GetRelativeUri Method
GetRelativeUri(Uri)
When implemented by a class, returns relative path for the specified Uri.
Declaration
Uri GetRelativeUri(Uri value)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | value | The Uri for which to obtain relative path information. |
Returns
Type | Description |
---|---|
System.Uri | Uri relative to the designer's root path. |