Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Headless
CompositeLocationValidator
C# Class Headless.CompositeLocationValidator
The
ComponentsLocationValidator
class uses both Uri and Regex validation of page locations.
Inheritance:
RelaxedFolderLocationValidator
Show file
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