Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads the css on the server side with an application relative path.
Namespace:   Microsoft.WindowsServerSolutions.Web.Controls
Assembly:  Wssg.Web (in Wssg.Web.dll)
Inheritance Hierarchy
System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.WindowsServerSolutions.Web.Controls.CssLoader
Syntax
public class CssLoader : WebControl
public ref class CssLoader : WebControl
Public Class CssLoader
    Inherits WebControl
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | CssLoader() | Initializes a new instance of the CssLoader class. | 
| .jpeg) | CssLoader(String) | Initializes a new instance of the CssLoader class with the specified source path. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | AccessKey | (Inherited from WebControl.) | 
| .jpeg) | Adapter | (Inherited from Control.) | 
| .jpeg) | AppRelativeTemplateSourceDirectory | (Inherited from Control.) | 
| .jpeg) | Attributes | (Inherited from WebControl.) | 
| .jpeg) | BackColor | (Inherited from WebControl.) | 
| .jpeg) | BorderColor | (Inherited from WebControl.) | 
| .jpeg) | BorderStyle | (Inherited from WebControl.) | 
| .jpeg) | BorderWidth | (Inherited from WebControl.) | 
| .jpeg) | ChildControlsCreated | (Inherited from Control.) | 
| .jpeg) | ClientID | (Inherited from Control.) | 
| .jpeg) | ClientIDMode | (Inherited from Control.) | 
| .jpeg) | ClientIDSeparator | (Inherited from Control.) | 
| .jpeg) | Context | (Inherited from Control.) | 
| .jpeg) | Controls | (Inherited from Control.) | 
| .jpeg) | ControlStyle | (Inherited from WebControl.) | 
| .jpeg) | ControlStyleCreated | (Inherited from WebControl.) | 
| .jpeg) | CssClass | (Inherited from WebControl.) | 
| .jpeg) | DesignMode | (Inherited from Control.) | 
| .jpeg) | Enabled | (Inherited from WebControl.) | 
| .jpeg) | EnableTheming | (Inherited from WebControl.) | 
| .jpeg) | EnableViewState | (Inherited from Control.) | 
| .jpeg) | Events | (Inherited from Control.) | 
| .jpeg) | Font | (Inherited from WebControl.) | 
| .jpeg) | ForeColor | (Inherited from WebControl.) | 
| .jpeg) | HasAttributes | (Inherited from WebControl.) | 
| .jpeg) | HasChildViewState | (Inherited from Control.) | 
| .jpeg) | Height | (Inherited from WebControl.) | 
| .jpeg) | ID | (Inherited from Control.) | 
| .jpeg) | IdSeparator | (Inherited from Control.) | 
| .jpeg) | IsChildControlStateCleared | (Inherited from Control.) | 
| .jpeg) | IsEnabled | (Inherited from WebControl.) | 
| .jpeg) | IsMobile | Gets the property value that verifies whether the CSS only applies to mobile devices. | 
| .jpeg) | IsTrackingViewState | (Inherited from Control.) | 
| .jpeg) | IsViewStateEnabled | (Inherited from Control.) | 
| .jpeg) | LoadViewStateByID | (Inherited from Control.) | 
| .jpeg) | NamingContainer | (Inherited from Control.) | 
| .jpeg) | Page | (Inherited from Control.) | 
| .jpeg) | Parent | (Inherited from Control.) | 
| .jpeg) | RenderingCompatibility | (Inherited from Control.) | 
| .jpeg) | Site | (Inherited from Control.) | 
| .jpeg) | SkinID | (Inherited from WebControl.) | 
| .jpeg) | Src | Gets the source path for the css file. | 
| .jpeg) | Style | (Inherited from WebControl.) | 
| .jpeg) | SupportsDisabledAttribute | (Inherited from WebControl.) | 
| .jpeg) | TabIndex | (Inherited from WebControl.) | 
| .jpeg) | TagKey | (Inherited from WebControl.) | 
| .jpeg) | TagName | (Inherited from WebControl.) | 
| .jpeg) | TemplateControl | (Inherited from Control.) | 
| .jpeg) | TemplateSourceDirectory | (Inherited from Control.) | 
| .jpeg) | ToolTip | (Inherited from WebControl.) | 
| .jpeg) | UniqueID | (Inherited from Control.) | 
| .jpeg) | ValidateRequestMode | (Inherited from Control.) | 
| .jpeg) | ViewState | (Inherited from Control.) | 
| .jpeg) | ViewStateIgnoresCase | (Inherited from Control.) | 
| .jpeg) | ViewStateMode | (Inherited from Control.) | 
| .jpeg) | Visible | (Inherited from Control.) | 
| .jpeg) | Width | (Inherited from WebControl.) | 
Methods
Events
| Name | Description | |
|---|---|---|
| .jpeg) | DataBinding | (Inherited from Control.) | 
| .jpeg) | Disposed | (Inherited from Control.) | 
| .jpeg) | Init | (Inherited from Control.) | 
| .jpeg) | Load | (Inherited from Control.) | 
| .jpeg) | PreRender | (Inherited from Control.) | 
| .jpeg) | Unload | (Inherited from Control.) | 
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .jpeg) .jpeg) | IAttributeAccessor.GetAttribute(String) | (Inherited from WebControl.) | 
| .jpeg) .jpeg) | IAttributeAccessor.SetAttribute(String, String) | (Inherited from WebControl.) | 
| .jpeg) .jpeg) | IControlDesignerAccessor.GetDesignModeState() | (Inherited from Control.) | 
| .jpeg) .jpeg) | IControlDesignerAccessor.SetDesignModeState(IDictionary) | (Inherited from Control.) | 
| .jpeg) .jpeg) | IControlDesignerAccessor.SetOwnerControl(Control) | (Inherited from Control.) | 
| .jpeg) .jpeg) | IParserAccessor.AddParsedSubObject(Object) | (Inherited from Control.) | 
| .jpeg) .jpeg) | IControlBuilderAccessor.ControlBuilder | (Inherited from Control.) | 
| .jpeg) .jpeg) | IControlDesignerAccessor.UserData | (Inherited from Control.) | 
| .jpeg) .jpeg) | IDataBindingsAccessor.DataBindings | (Inherited from Control.) | 
| .jpeg) .jpeg) | IDataBindingsAccessor.HasDataBindings | (Inherited from Control.) | 
| .jpeg) .jpeg) | IExpressionsAccessor.Expressions | (Inherited from Control.) | 
| .jpeg) .jpeg) | IExpressionsAccessor.HasExpressions | (Inherited from Control.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top
.jpeg)