Url.Directory 属性

定义

返回父目录的非转义绝对 URL,其中包含此 URL 对象引用的文件。

public:
 property System::String ^ Directory { System::String ^ get(); };
public:
 property Platform::String ^ Directory { Platform::String ^ get(); };
public string Directory { get; }
member this.Directory : string
Public ReadOnly Property Directory As String

属性值

String

父目录的非转义绝对 URL。

适用于