Class WebUrl
public class WebUrl
- Inheritance
-
WebUrl
- Inherited Members
- Extension Methods
Constructors
WebUrl(string)
public WebUrl(string url)
Parameters
urlstring
WebUrl(string, string, string)
public WebUrl(string path, string query, string hash = null)
Parameters
Properties
Hash
public string Hash { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
QueryString
public NameValueCollection QueryString { get; }
Property Value
Methods
Copy()
public WebUrl Copy()
Returns
ToString()
public override string ToString()
Returns
TryCreate(string)
public static WebUrl TryCreate(string value)
Parameters
valuestring