Headless.ComponentsLocationValidator.Matches C# (CSharp) Method

Matches() public method

This method is not implemented.
public Matches ( Uri location, IEnumerable matchingExpressions ) : bool
location System.Uri
matchingExpressions IEnumerable
return bool
        public virtual bool Matches(Uri location, IEnumerable<Regex> matchingExpressions)
        {
            throw new NotImplementedException();
        }

Same methods

ComponentsLocationValidator::Matches ( Uri location, Uri expectedLocation ) : bool
ComponentsLocationValidator