C# 클래스 HermaFx.Mvc.Html.CssHelpers

파일 보기 프로젝트 열기: evicertia/HermaFx

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateStyleTag ( this helper, string src, string mediaType = null ) : System.Web.HtmlString
GetRegisteredStylesCollection ( this html ) : ICollection

메소드 상세

RegisterStyle() 공개 정적인 메소드

public static RegisterStyle ( this html, string file ) : void
html this
file string
리턴 void

RenderRegisteredStyles() 공개 정적인 메소드

public static RenderRegisteredStyles ( this html, bool versioned = false ) : System.Web.HtmlString
html this
versioned bool
리턴 System.Web.HtmlString

Style() 공개 정적인 메소드

public static Style ( this html, string filename, bool versioned = false ) : System.Web.HtmlString
html this
filename string
versioned bool
리턴 System.Web.HtmlString

StyleBlock() 공개 정적인 메소드

public static StyleBlock ( this html, string cssFile ) : System.Web.HtmlString
html this
cssFile string
리턴 System.Web.HtmlString