Page.StyleSheetTheme Property
.NET Framework 3.0
Gets or sets the name of the style sheet applied to this page.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property String^ StyleSheetTheme { String^ get (); void set (String^ value); }
/** @property */ public String get_StyleSheetTheme () /** @property */ public void set_StyleSheetTheme (String value)
public function get StyleSheetTheme () : String public function set StyleSheetTheme (value : String)
Not applicable.
Property Value
The name of the style sheet applied to this page.| Exception type | Condition |
|---|---|
|
The StyleSheetTheme property is set before the Init event completes. |
The StyleSheetTheme property sets the cascading style sheet (CSS) that defines the appearance of the page in the Web browser.
| Topic | Location |
|---|---|
| How to: Apply ASP.NET Themes Programmatically | Building ASP .NET Web Applications |
| How to: Apply ASP.NET Themes Programmatically | Building ASP .NET Web Applications |
Community Additions
ADD
Show: