C# Class Headless.CompositeLocationValidator

The ComponentsLocationValidator class uses both Uri and Regex validation of page locations.
Inheritance: RelaxedFolderLocationValidator
显示文件 Open project: roryprimrose/Headless Class Usage Examples

Public Methods

Method Description
Matches ( Uri location, IEnumerable matchingExpressions ) : bool

Method Details

Matches() public method

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
return bool