MobilePage.UniqueFilePathSuffix 属性
定义
获取唯一的键,可以添加该键以便为当前页生成唯一的 URL。Gets a unique key that can be added to generate a unique URL for the current page. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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。A unique key that can be added to generate a unique URL for the current page.
- 属性
注解
某些移动浏览器需要唯一的 URL 才能正常工作。Some mobile browsers require a unique URL to work correctly.