共用方式為


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
本機電腦上網站的實體路徑。

請參閱

參考

IWebSite 介面

Microsoft.WebMatrix.Extensibility 命名空間