WebFolderProperties.___URL 属性

获取文件夹的 URL。

命名空间:  VsWebSite
程序集:  VsWebSite.Interop(在 VsWebSite.Interop.dll 中)

语法

声明
ReadOnly Property URL As String
    Get
string URL { get; }
property String^ URL {
    String^ get ();
}
abstract URL : string
function get URL () : String

属性值

类型:System.String
一个字符串,该字符串包含文件夹的 URL。

备注

URL 基于已打开的 URL。 对于磁盘网站,此属性返回前缀为“file:///”的路径。

.NET Framework 安全性

请参见

参考

WebFolderProperties 接口

VsWebSite 命名空间