Method | Description | |
---|---|---|
FindFrame ( string name, |
Finds the frame identified with given name in the specified context.
|
|
RemoveFragment ( |
Removes the fragment from specified uri and return it.
|
|
RemoveFragment ( |
Removes the fragment from specified uri and returns the uri without the fragment and the fragment itself.
|
|
ToUri ( object value ) : |
Tries to cast specified value to a uri. Either a uri or string input is accepted.
|
|
TryParseUriWithParameters ( object value, |
Tries to parse a uri with parameters from given value.
|
|
TryParseUriWithParameters ( string value, |
Tries to parse a uri with parameters from given string value.
|
public static FindFrame ( string name, |
||
name | string | The frame name. |
context | The framework element providing the context for finding a frame. | |
return |
public static RemoveFragment ( |
||
uri | The uri | |
return |
public static RemoveFragment ( |
||
uri | The uri. | |
fragment | string | The fragment, null if no fragment found |
return |
public static ToUri ( object value ) : |
||
value | object | |
return |
public static TryParseUriWithParameters ( object value, |
||
value | object | The value. |
uri | The URI. | |
parameter | string | The parameter. |
targetName | string | Name of the target. |
return | bool |
public static TryParseUriWithParameters ( string value, |
||
value | string | The value. |
uri | The URI. | |
parameter | string | The parameter. |
targetName | string | Name of the target. |
return | bool |