C# Класс Headless.RegexLocationValidator

The RegexLocationValidator class validates page locations based on regular expressions.
Наследование: ILocationValidator
Показать файл Открыть проект

Открытые методы

Метод Описание
Matches ( Uri location, IEnumerable matchingExpressions ) : bool
Matches ( Uri location, Uri expectedLocation ) : bool

Описание методов

Matches() публичный Метод

The is null. /// The is a relative location where an absolute location is required. /// The is null.
public Matches ( Uri location, IEnumerable matchingExpressions ) : bool
location System.Uri
matchingExpressions IEnumerable
Результат bool

Matches() публичный Метод

This method is not implemented.
public Matches ( Uri location, Uri expectedLocation ) : bool
location System.Uri
expectedLocation System.Uri
Результат bool