MobilePage.AbsoluteFilePath 属性

定义

获取当前页的根 URL。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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,因为它不包括协议前缀或服务器名称。

适用于

另请参阅