System.Web.Configuration.RegexWorker.ProcessRegex Method

Used internally at run time to determine whether the specified request-header value matches any of the capabilities of an internal collection of browsers.

Syntax

public bool ProcessRegex (string target, string regexExpression)

Parameters

target
The capabilities value from an internal collection of browsers.
regexExpression
The specified request-header value.

Returns

true if the specified request-header value matches any of the capabilities of an internal collection of browsers; otherwise, false. The default is false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0