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 */
public IFilterResolutionService get_CurrentFilterResolutionService ()

public function get CurrentFilterResolutionService () : IFilterResolutionService

Not applicable.

Property Value

An IFilterResolutionService.

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.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: