共用方式為


WebFileProperties.URL 屬性

取得檔案的 URL。

命名空間:  VsWebSite
組件:  VsWebSite.Interop (在 VsWebSite.Interop.dll 中)

語法

'宣告
ReadOnly Property URL As String
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 命名空間