WebFileProperties.___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 安全性

请参见

参考

WebFileProperties 接口

VsWebSite 命名空间