MobilePage.AbsoluteFilePath 屬性

定義

取得目前頁面的根 URL。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

public:
 property System::String ^ AbsoluteFilePath { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string AbsoluteFilePath { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AbsoluteFilePath : string
Public ReadOnly Property AbsoluteFilePath As String

屬性值

至目前頁面的根 URL。

屬性

備註

根 URL 對於伺服器而言是絕對的,但不是完整的 URL,因為它不包含通訊協定前置詞或伺服器名稱。

適用於

另請參閱