Headless.RelaxedFolderLocationValidator.RelaxedFolderLocationValidator C# (CSharp) 메소드

RelaxedFolderLocationValidator() 공개 메소드

Initializes a new instance of the RelaxedFolderLocationValidator class.
public RelaxedFolderLocationValidator ( ) : System
리턴 System
        public RelaxedFolderLocationValidator()
        {
            VerificationParts = UriComponents.SchemeAndServer | UriComponents.Path;
            CompareFormat = UriFormat.SafeUnescaped;
            CaseSensitive = false;
        }