C# Class Qiniu.Fusion.Model.UrlHelper

Show file Open project: qiniu/csharp-sdk

Public Methods

Method Description
GetNormalUrl ( string _url ) : string
IsNormalUrl ( string _url ) : bool
IsValidDir ( string _dir ) : bool
IsValidUrl ( string _url ) : bool
UrlSplit ( string url, string &host, string &path, string &file, string &query ) : void

Method Details

GetNormalUrl() public static method

public static GetNormalUrl ( string _url ) : string
_url string
return string

IsNormalUrl() public static method

public static IsNormalUrl ( string _url ) : bool
_url string
return bool

IsValidDir() public static method

public static IsValidDir ( string _dir ) : bool
_dir string
return bool

IsValidUrl() public static method

public static IsValidUrl ( string _url ) : bool
_url string
return bool

UrlSplit() public static method

public static UrlSplit ( string url, string &host, string &path, string &file, string &query ) : void
url string
host string
path string
file string
query string
return void