Url.Directory 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回父目录的非转义绝对 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
属性值
父目录的非转义绝对 URL。