Method | Description | |
---|---|---|
BuildUri ( string p_strUri ) : |
Builds a Uri from the given string. If the given string is not a valid Uri, we try turning it into an HTTP Uri. |
|
TryBuildUri ( string p_strUri, |
Tries to build a Uri from the given string. If the given string is not a valid Uri, we try turning it into an HTTP Uri. |
public static BuildUri ( string p_strUri ) : |
||
p_strUri | string | The string from which to construct a |
return |
public static TryBuildUri ( string p_strUri, |
||
p_strUri | string | The string from which to construct a |
p_uriUri | The constructed |
|
return | bool |