C# 클래스 Headless.RegexLocationValidator

The RegexLocationValidator class validates page locations based on regular expressions.
상속: ILocationValidator
파일 보기 프로젝트 열기: roryprimrose/Headless

공개 메소드들

메소드 설명
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