TemplateControl.IFilterResolutionService.EvaluateFilter(String) Method

Definition

Returns a value that indicates whether the specified filter is a type of the current filter object.

C#
bool IFilterResolutionService.EvaluateFilter(string filterName);

Parameters

filterName
String

The name of a device filter.

Returns

true if the specified filter is a type applicable to the current filter object; otherwise, false.

Implements

Remarks

The IFilterResolutionService.EvaluateFilter 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.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also