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.AbsoluteUri Property
Silverlight
Gets the absolute URI.
Namespace: System
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | This property is valid only for an absolute Uri instance. |
The AbsoluteUri property includes the entire URI stored in the Uri instance, including all fragments and query strings.
The following example writes the complete contents of the Uri instance to the console. In the example shown, http://www.contoso.com/catalog/shownew.htm?date=today is written to the console.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.