Partager via


Uri.Path Propriété

Définition

Obtient le composant chemin d’accès et nom de ressource de l’URI (Uniform Resource Identifier) tel qu’il est stocké dans cette instance URI.

public:
 property Platform::String ^ Path { Platform::String ^ get(); };
winrt::hstring Path();
public string Path { get; }
var string = uri.path;
Public ReadOnly Property Path As String

Valeur de propriété

String

Platform::String

winrt::hstring

Chemin d’accès, y compris le nom de la ressource et l’extension. N’inclut pas la requête ou le fragment.

S’applique à