PageTheme Class
.NET Framework 3.0
Represents the base class for a page theme, which is a collection of resources that are used to define a consistent look across pages and controls in a Web site. The page theme can be set through configuration or the page directive.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Page and control developers do not use the ControlSkinDelegate, ControlSkin, or PageTheme classes directly. These classes are used by the ASP.NET parser and runtime to apply style sheet elements that are defined in ASP.NET themes and control skins files to pages and specific types of controls.
Page developers enable (or disable) page themes using the Theme and EnableTheming properties. For more information about page themes, see Introduction to ASP.NET Themes and How to: Define ASP.NET Page Themes.
| Topic | Location |
|---|---|
| How to: Apply ASP.NET Themes Programmatically | Building ASP .NET Web Applications |
| How to: Disable ASP.NET Themes | Building ASP .NET Web Applications |
| How to: Apply ASP.NET Themes | Building ASP .NET Web Applications |
| How to: Define ASP.NET Themes | Building ASP .NET Web Applications |
| How to: Apply ASP.NET Themes Programmatically | Building ASP .NET Web Applications |
| How to: Disable ASP.NET Themes | Building ASP .NET Web Applications |
| How to: Apply ASP.NET Themes | Building ASP .NET Web Applications |
| How to: Define ASP.NET Themes | Building ASP .NET Web Applications |
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Community Additions
ADD
Show: