TemplateControl.IFilterResolutionService.EvaluateFilter Method
Returns a value that indicates whether the specified filter is a type of the current filter object.
Assembly: System.Web (in System.Web.dll)
Parameters
- filterName
- Type: System.String
The name of a device filter.
Return Value
Type: System.Booleantrue if the specified filter is a type applicable to the current filter object; otherwise, false.
Implements
IFilterResolutionService.EvaluateFilter(String)The EvaluateFilter(String) method is part of the IFilterResolutionService interface, which is specific to how a control uses device filters in a designer environment. When controls are parsed or persisted in the designer environment outside the context of a browser request, the IFilterResolutionService provides a way to determine if the current control is affected by a named filter and whether a named filter is part of a specific device-filter hierarchy.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.