MobilePage::UniqueFilePathSuffix Property
.NET Framework (current version)
Gets a unique key that can be added to generate a unique URL for the current page. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BrowsableAttribute(false)] property String^ UniqueFilePathSuffix { String^ get(); }
Property Value
Type: System::String^A unique key that can be added to generate a unique URL for the current page.
Some mobile browsers require a unique URL to work correctly.
.NET Framework
Available since 1.1
Available since 1.1
Show: