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:
virtual bool EvaluateFilter(
	String^ filterName
) sealed = IFilterResolutionService::EvaluateFilter

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: