IWebSite.Path 属性
适用于版本2
获取本地计算机上的站点的物理路径。
命名空间: Microsoft.WebMatrix.Extensibility
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
ReadOnly Property Path As String
Get
用法
Dim instance As IWebSite
Dim value As String
value = instance.Path
string Path { get; }
property String^ Path {
String^ get ();
}
abstract Path : string
function get Path () : String
属性值
类型:System.String
本地计算机上的站点的物理路径。