Version

AppStylingManager Class Members

The following tables list the members exposed by AppStylingManager.

Public Fields
 NameDescription
Public FieldDefaultStyleSetPath  
Protected Fields
 NameDescription
Protected FieldbInitialized  
Protected FieldDesignMode  
Public Properties
 NameDescription
Public PropertyCssRegistryThis registry gathers dynamically created styles and converts them into a single <style> block in the header of the rendered page.  
Public PropertyEnableAppStyling  
Public Propertystatic (Shared in Visual Basic)Settings  
Public PropertyStyleSetName  
Public PropertyStyleSetPathContains path to the application styling resources for the application. The property is mapped to web.config setting.  
Public Methods
 NameDescription
Public MethodResolveUrlPathThe main purpose of this method is to resolve "~" into the applicationPath. This method is not needed for ASP.Net 2.0, since there is already a ResolveUrl method available at the Control level.  
See Also