Click or drag to resize

UrlPatternIsMatch Method

Checks, whether the given URL is a match.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public bool IsMatch(
	Uri url
)

Parameters

url
Type: SystemUri
The URL in question.

Return Value

Type: Boolean
true if the given URL matches this pattern; othwerwise false.
See Also