| 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
)
Public Function IsMatch (
url As Uri
) As Boolean
Parameters
- url
- Type: SystemUri
The URL in question.
Return Value
Type:
Booleantrue if the given URL matches this pattern; othwerwise
false.
See Also