C# Class HermaFx.Mvc.Html.CssHelpers

Afficher le fichier Open project: evicertia/HermaFx

Méthodes publiques

Méthode Description
RegisterStyle ( this html, string file ) : void
RenderRegisteredStyles ( this html, bool versioned = false ) : System.Web.HtmlString
Style ( this html, string filename, bool versioned = false ) : System.Web.HtmlString
StyleBlock ( this html, string cssFile ) : System.Web.HtmlString

Private Methods

Méthode Description
CreateStyleTag ( this helper, string src, string mediaType = null ) : System.Web.HtmlString
GetRegisteredStylesCollection ( this html ) : ICollection

Method Details

RegisterStyle() public static méthode

public static RegisterStyle ( this html, string file ) : void
html this
file string
Résultat void

RenderRegisteredStyles() public static méthode

public static RenderRegisteredStyles ( this html, bool versioned = false ) : System.Web.HtmlString
html this
versioned bool
Résultat System.Web.HtmlString

Style() public static méthode

public static Style ( this html, string filename, bool versioned = false ) : System.Web.HtmlString
html this
filename string
versioned bool
Résultat System.Web.HtmlString

StyleBlock() public static méthode

public static StyleBlock ( this html, string cssFile ) : System.Web.HtmlString
html this
cssFile string
Résultat System.Web.HtmlString