MobilePage::Theme Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets the name of the page theme. 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: property String^ Theme { virtual String^ get() override; virtual void set(String^ value) override; }
Property Value
Type: System::String^The name of the page theme. The Theme property is a server-side field and cannot be modified.
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt was made to set this property. Themes are not supported on Mobile Web Forms pages. |
This member overrides Page::Theme to prevent themes from being enabled. This is because themes are not supported on ASP.NET mobile Web Forms pages.
.NET Framework
Available since 2.0
Available since 2.0
Show: