Method GetAbsoluteUri
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
GetAbsoluteUri(Uri)
When implemented by a class, returns the absolute path for the specified Uri.
public Uri GetAbsoluteUri(Uri value)
Parameters
value
UriThe Uri for which to obtain absolute path information.
Returns
- Uri
Fully qualified location for specified Uri combined with designer's root path.