MobilePage.UniqueFilePathSuffix 属性

定义

获取唯一的键,可以添加该键以便为当前页生成唯一的 URL。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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

属性值

可添加的唯一键,用于为当前页生成唯一 URL。

属性

注解

某些移动浏览器需要唯一的 URL 才能正常工作。

适用于