Method | Description | |
---|---|---|
Convert ( object value, |
Changes URL address from full address to short address by removing protocol and name of servlet.
|
|
ConvertBack ( object value, |
Changes URL address from short address to full address by adding protocol and name of servlet.
|
public Convert ( object value, |
||
value | object | Full URL address (with protocol and servlet name). |
targetType | The type of the binding target property. | |
parameter | object | The converter parameter to use. |
culture | The culture to use in the converter. | |
return | object |
public ConvertBack ( object value, |
||
value | object | Short URL address (only IP address and port number). |
targetType | The type of the binding target property. | |
parameter | object | The converter parameter to use. |
culture | The culture to use in the converter. | |
return | object |