C# 클래스 ExampleWebApp.Helpers.StaticResourceExtensions

파일 보기 프로젝트 열기: clearwavebuild/Pithy

공개 메소드들

메소드 설명
Img ( this htmlHelper, string file ) : string
Img ( this htmlHelper, string file, string alt ) : string
Img ( this htmlHelper, string file, string alt, object htmlAttributes ) : string
ImgFor ( this htmlHelper, string tag ) : string
ImgFor ( this htmlHelper, string tag, string alt ) : string
ImgFor ( this htmlHelper, string tag, string alt, object htmlAttributes ) : string
JavaScript ( this htmlHelper, string file ) : string
JavaScriptsFor ( this htmlHelper ) : string
Stylesheet ( this htmlHelper, string file ) : string
Stylesheet ( this htmlHelper, string file, string media ) : string
StylesheetsFor ( this htmlHelper ) : string

메소드 상세

Img() 공개 정적인 메소드

public static Img ( this htmlHelper, string file ) : string
htmlHelper this
file string
리턴 string

Img() 공개 정적인 메소드

public static Img ( this htmlHelper, string file, string alt ) : string
htmlHelper this
file string
alt string
리턴 string

Img() 공개 정적인 메소드

public static Img ( this htmlHelper, string file, string alt, object htmlAttributes ) : string
htmlHelper this
file string
alt string
htmlAttributes object
리턴 string

ImgFor() 공개 정적인 메소드

public static ImgFor ( this htmlHelper, string tag ) : string
htmlHelper this
tag string
리턴 string

ImgFor() 공개 정적인 메소드

public static ImgFor ( this htmlHelper, string tag, string alt ) : string
htmlHelper this
tag string
alt string
리턴 string

ImgFor() 공개 정적인 메소드

public static ImgFor ( this htmlHelper, string tag, string alt, object htmlAttributes ) : string
htmlHelper this
tag string
alt string
htmlAttributes object
리턴 string

JavaScript() 공개 정적인 메소드

public static JavaScript ( this htmlHelper, string file ) : string
htmlHelper this
file string
리턴 string

JavaScriptsFor() 공개 정적인 메소드

public static JavaScriptsFor ( this htmlHelper ) : string
htmlHelper this
리턴 string

Stylesheet() 공개 정적인 메소드

public static Stylesheet ( this htmlHelper, string file ) : string
htmlHelper this
file string
리턴 string

Stylesheet() 공개 정적인 메소드

public static Stylesheet ( this htmlHelper, string file, string media ) : string
htmlHelper this
file string
media string
리턴 string

StylesheetsFor() 공개 정적인 메소드

public static StylesheetsFor ( this htmlHelper ) : string
htmlHelper this
리턴 string