C# Class ExampleWebApp.Helpers.StaticResourceExtensions

Show file Open project: clearwavebuild/Pithy

Public Methods

Method Description
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

Method Details

Img() public static method

public static Img ( this htmlHelper, string file ) : string
htmlHelper this
file string
return string

Img() public static method

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

Img() public static method

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

ImgFor() public static method

public static ImgFor ( this htmlHelper, string tag ) : string
htmlHelper this
tag string
return string

ImgFor() public static method

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

ImgFor() public static method

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

JavaScript() public static method

public static JavaScript ( this htmlHelper, string file ) : string
htmlHelper this
file string
return string

JavaScriptsFor() public static method

public static JavaScriptsFor ( this htmlHelper ) : string
htmlHelper this
return string

Stylesheet() public static method

public static Stylesheet ( this htmlHelper, string file ) : string
htmlHelper this
file string
return string

Stylesheet() public static method

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

StylesheetsFor() public static method

public static StylesheetsFor ( this htmlHelper ) : string
htmlHelper this
return string