HttpCapabilitiesBase.IFilterResolutionService.EvaluateFilter Method (String)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Used internally to evaluate a filter.

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

private abstract EvaluateFilter : 
        filterName:string -> bool
private override EvaluateFilter : 
        filterName:string -> bool

Parameters

filterName
Type: System.String

The filter to evaluate.

Return Value

Type: System.Boolean

true if the filter was successfully evaluated; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: