ControlBuilder.CurrentFilterResolutionService Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an IFilterResolutionService object that is used to manage device-filter related services when parsing and persisting controls in the designer.
public:
property System::Web::UI::IFilterResolutionService ^ CurrentFilterResolutionService { System::Web::UI::IFilterResolutionService ^ get(); };
public System.Web.UI.IFilterResolutionService CurrentFilterResolutionService { get; }
member this.CurrentFilterResolutionService : System.Web.UI.IFilterResolutionService
Public ReadOnly Property CurrentFilterResolutionService As IFilterResolutionService
Property Value
An IFilterResolutionService object that is used to manage device filter related services when parsing and persisting controls in the designer.
Remarks
The IFilterResolutionService interface is an interface that is specific to how a control uses device filters in a designer. When controls are parsed or persisted in the designer outside the context of a browser request, the IFilterResolutionService 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.