Mono Class Library: System.UriBuilder Overview | Members

System.UriBuilder.Path Property

Gets or sets the path to the resource represented by the current instance.

public string Path { set; get; }

Value

A string containing the path to the resource represented by the current instance.

Remarks

This property returns the escaped form of the path information in the current instance. Values specified for set operations are escaped, and any backslashes are converted to forward slashes.

Specifying null or string.Empty for a set operation sets this property to "/" .

Requirements

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