WebFileProperties.RelativeURL 属性

获取文件相对于网站根目录的 URL。

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

语法

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

属性值

类型:String
文件相对于网站根目录的 URL。

.NET Framework 安全性

请参阅

参考

WebFileProperties 接口

VsWebSite 命名空间