Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string | ||
WithFragment ( string fragment, ExistingFragment handledAs = ExistingFragment.Throw ) : |
Withes the fragment. Depending on the existing fragment and the fragment being set, output may differ. Setting a null value will remove the fragment regardless the handledAs setting. |
|
operator ( ) : |
Adds two URLs. One of the operands should be a relative URL. |
Method | Description | |
---|---|---|
CreateInstance ( IEnumerable |
Method | Description | |
---|---|---|
HttpUrl ( bool isAbsolute, string url, string scheme, string host, ushort port, string path, ParametersCollection query, string fragment ) : System | ||
ToAbsoluteString ( string scheme, string host, ushort port, string path = null, ParametersCollection query = null, string fragment = null ) : string | ||
ToRelativeString ( string path, ParametersCollection query = null, string fragment = null ) : string |
protected CreateInstance ( IEnumerable |
||
segments | IEnumerable |
|
requiresParameters | bool | |
return | IpUrl |
public WithFragment ( string fragment, ExistingFragment handledAs = ExistingFragment.Throw ) : |
||
fragment | string | The fragment. |
handledAs | ExistingFragment | Instructs on how to behave when an URL has already a fragment. |
return |