ControlBuilder::CurrentFilterResolutionService Property

 

Gets an IFilterResolutionService object that is used to manage device-filter related services when parsing and persisting controls in the designer.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
property IFilterResolutionService^ CurrentFilterResolutionService {
	IFilterResolutionService^ get();
}

Property Value

Type: System.Web.UI::IFilterResolutionService^

An IFilterResolutionService object that is used to manage device filter related services when parsing and persisting controls in the designer.

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.

.NET Framework
Available since 2.0
Return to top
Show: