Mono Class Library: System.Uri Overview | Members

System.Uri.AbsoluteUri Property

Gets the absolute URI of the resource identified by the current instance in canonical form.

public string AbsoluteUri { get; }

Value

A string containing the URI used to construct the current instance, in canonical format.

Remarks

This property is read-only.

The Uri.AbsoluteUri property includes the entire URI stored in the current Uri instance, including any fragment or query information. If, when the current instance was constructed, the URI was already escaped or the constructor's dontEscape parameter was set to false , the value returned by this property is escaped.

Requirements

Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0