C# Class Quantumart.QP8.Validators.Helpers.UrlValidatorHelpers321

Show file Open project: QuantumArt/QP

Public Methods

Method Description
IsAbsoluteWebFolderUrl321 ( string url ) : bool
IsRelativeWebFolderUrl321 ( string url ) : bool
IsWebFolderUrl321 ( string url ) : bool

Method Details

IsAbsoluteWebFolderUrl321() public static method

public static IsAbsoluteWebFolderUrl321 ( string url ) : bool
url string
return bool

IsRelativeWebFolderUrl321() public static method

public static IsRelativeWebFolderUrl321 ( string url ) : bool
url string
return bool

IsWebFolderUrl321() public static method

public static IsWebFolderUrl321 ( string url ) : bool
url string
return bool