Method | Description | |
---|---|---|
CssAspNetInclude ( string cssLink ) : void |
Registers the css include for asp.net.
|
|
CssInclude ( this htmlHelper, string cssFile ) : void |
Registers the css include.
|
|
CssInclude ( this htmlHelper, string cssFile, string mediaType ) : void |
Registers the css include.
|
|
RenderCss ( this htmlHelper ) : System.Web.Mvc.MvcHtmlString |
Renders the CSS resources.
|
Method | Description | |
---|---|---|
GetRegisteredCssIncludes ( ) : string>.SortedList |
Gets the registered CSS includes.
|
public static CssAspNetInclude ( string cssLink ) : void | ||
cssLink | string | The CSS link. |
return | void |
public static CssInclude ( this htmlHelper, string cssFile ) : void | ||
htmlHelper | this | The HTML helper. |
cssFile | string | The CSS file. |
return | void |
public static CssInclude ( this htmlHelper, string cssFile, string mediaType ) : void | ||
htmlHelper | this | The HTML helper. |
cssFile | string | The CSS file. |
mediaType | string | Type of the media. |
return | void |
public static RenderCss ( this htmlHelper ) : System.Web.Mvc.MvcHtmlString | ||
htmlHelper | this | The HTML helper. |
return | System.Web.Mvc.MvcHtmlString |