MobilePage.RelativeFilePath 属性

定义

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

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

属性值

页的相对 URL。

属性

适用于

另请参阅