WebFileProperties.RelativeURL 属性

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

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

WebFileProperties 接口

VsWebSite 命名空间