System.Web.UI.IFilterResolutionService

Provides an interface that designer developers can use to evaluate device filters by name.

See Also: IFilterResolutionService Members

Syntax

public interface IFilterResolutionService

Remarks

Page developers and control authors do not use the System.Web.UI.IFilterResolutionService interface. The System.Web.UI.IFilterResolutionService interface is implemented by designer developers to provide device filter-related services when parsing and persisting controls in the designer environment.

The System.Web.UI.IFilterResolutionService interface is used when a designer developer needs to support the editing of filtered properties.

The System.Web.UI.IFilterResolutionService interface is specific to controls' use of device filters in a designer environment. When controls are parsed or persisted in the designer environment outside the context of a browser request, the System.Web.UI.IFilterResolutionService interface provides a way to determine whether the current control is affected by a named filter and whether a named filter is part of a specific device-filter hierarchy.

The System.Web.Configuration.HttpCapabilitiesBase class implements the System.Web.UI.IFilterResolutionService interface.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0