The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Uri::Canonicalize Method ()
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System
Assembly: System (in System.dll)
Return to top
This API supports the product infrastructure and is not intended to be used directly from your code.
Converts the internally stored URI to canonical form.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | This instance represents a relative URI, and this method is valid only for absolute URIs. |
| UriFormatException | The URI is incorrectly formed. |
Stores the canonical version of the URI internally.
.NET Framework
Available since 1.1
Available since 1.1
Show: