Path Property
Collapse the table of content
Expand the table of content

UriBuilder.Path Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System
Assembly:  System (in System.dll)

public string Path { get; set; }

Property Value

Type: System.String
The path to the resource referenced by the URI.

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; although it also can 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 (/).

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft