UriBuilder.Path Property

Definition

Gets or sets the path to the resource referenced by the URI.

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

Property Value

The path to the resource referenced by the URI.

Remarks

The Path property contains the path information that the server uses to resolve requests for information. Typically, this is the path to the desired information on the server's file system. It can also indicate the application or script that the server must run to provide the information.

The path information does not include the scheme, host name, or query portion of the URI. The Path property always returns at least a slash (/).

Applies to