UriBuilder.Path 属性

定义

获取或设置 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

属性值

String

URI 引用的资源的路径。

注解

Path 属性包含服务器用于解析信息请求的路径信息。 通常,这是服务器文件系统上所需信息的路径。 它还可以指示服务器必须运行的应用程序或脚本来提供信息。

路径信息不包括 URI 的方案、主机名或查询部分。 该 Path 属性始终至少返回 /) / (斜杠。

适用于