HttpBrowserCapabilitiesBase::EvaluateFilter Method (String^)

 

When overridden in a derived class, used internally to evaluate a filter.

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

public:
virtual bool EvaluateFilter(
	String^ filterName
)

Parameters

filterName
Type: System::String^

The filter to evaluate.

Return Value

Type: System::Boolean

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

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: