CssLoader Class
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 | |
---|---|---|
CssLoader() | Initializes a new instance of the CssLoader class. |
|
CssLoader(String) | Initializes a new instance of the CssLoader class with the specified source path. |
Properties
Name | Description | |
---|---|---|
AccessKey | (Inherited from WebControl.) |
|
Adapter | (Inherited from Control.) |
|
AppRelativeTemplateSourceDirectory | (Inherited from Control.) |
|
Attributes | (Inherited from WebControl.) |
|
BackColor | (Inherited from WebControl.) |
|
BorderColor | (Inherited from WebControl.) |
|
BorderStyle | (Inherited from WebControl.) |
|
BorderWidth | (Inherited from WebControl.) |
|
ChildControlsCreated | (Inherited from Control.) |
|
ClientID | (Inherited from Control.) |
|
ClientIDMode | (Inherited from Control.) |
|
ClientIDSeparator | (Inherited from Control.) |
|
Context | (Inherited from Control.) |
|
Controls | (Inherited from Control.) |
|
ControlStyle | (Inherited from WebControl.) |
|
ControlStyleCreated | (Inherited from WebControl.) |
|
CssClass | (Inherited from WebControl.) |
|
DesignMode | (Inherited from Control.) |
|
Enabled | (Inherited from WebControl.) |
|
EnableTheming | (Inherited from WebControl.) |
|
EnableViewState | (Inherited from Control.) |
|
Events | (Inherited from Control.) |
|
Font | (Inherited from WebControl.) |
|
ForeColor | (Inherited from WebControl.) |
|
HasAttributes | (Inherited from WebControl.) |
|
HasChildViewState | (Inherited from Control.) |
|
Height | (Inherited from WebControl.) |
|
ID | (Inherited from Control.) |
|
IdSeparator | (Inherited from Control.) |
|
IsChildControlStateCleared | (Inherited from Control.) |
|
IsEnabled | (Inherited from WebControl.) |
|
IsMobile | Gets the property value that verifies whether the CSS only applies to mobile devices. |
|
IsTrackingViewState | (Inherited from Control.) |
|
IsViewStateEnabled | (Inherited from Control.) |
|
LoadViewStateByID | (Inherited from Control.) |
|
NamingContainer | (Inherited from Control.) |
|
Page | (Inherited from Control.) |
|
Parent | (Inherited from Control.) |
|
RenderingCompatibility | (Inherited from Control.) |
|
Site | (Inherited from Control.) |
|
SkinID | (Inherited from WebControl.) |
|
Src | Gets the source path for the css file. |
|
Style | (Inherited from WebControl.) |
|
SupportsDisabledAttribute | (Inherited from WebControl.) |
|
TabIndex | (Inherited from WebControl.) |
|
TagKey | (Inherited from WebControl.) |
|
TagName | (Inherited from WebControl.) |
|
TemplateControl | (Inherited from Control.) |
|
TemplateSourceDirectory | (Inherited from Control.) |
|
ToolTip | (Inherited from WebControl.) |
|
UniqueID | (Inherited from Control.) |
|
ValidateRequestMode | (Inherited from Control.) |
|
ViewState | (Inherited from Control.) |
|
ViewStateIgnoresCase | (Inherited from Control.) |
|
ViewStateMode | (Inherited from Control.) |
|
Visible | (Inherited from Control.) |
|
Width | (Inherited from WebControl.) |
Methods
Events
Name | Description | |
---|---|---|
DataBinding | (Inherited from Control.) |
|
Disposed | (Inherited from Control.) |
|
Init | (Inherited from Control.) |
|
Load | (Inherited from Control.) |
|
PreRender | (Inherited from Control.) |
|
Unload | (Inherited from Control.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IAttributeAccessor.GetAttribute(String) | (Inherited from WebControl.) |
|
IAttributeAccessor.SetAttribute(String, String) | (Inherited from WebControl.) |
|
IControlDesignerAccessor.GetDesignModeState() | (Inherited from Control.) |
|
IControlDesignerAccessor.SetDesignModeState(IDictionary) | (Inherited from Control.) |
|
IControlDesignerAccessor.SetOwnerControl(Control) | (Inherited from Control.) |
|
IParserAccessor.AddParsedSubObject(Object) | (Inherited from Control.) |
|
IControlBuilderAccessor.ControlBuilder | (Inherited from Control.) |
|
IControlDesignerAccessor.UserData | (Inherited from Control.) |
|
IDataBindingsAccessor.DataBindings | (Inherited from Control.) |
|
IDataBindingsAccessor.HasDataBindings | (Inherited from Control.) |
|
IExpressionsAccessor.Expressions | (Inherited from Control.) |
|
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