C# Class ExampleWebApp.Helpers.StaticResourceExtensions

Afficher le fichier Open project: clearwavebuild/Pithy

Méthodes publiques

Méthode 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 méthode

public static Img ( this htmlHelper, string file ) : string
htmlHelper this
file string
Résultat string

Img() public static méthode

public static Img ( this htmlHelper, string file, string alt ) : string
htmlHelper this
file string
alt string
Résultat string

Img() public static méthode

public static Img ( this htmlHelper, string file, string alt, object htmlAttributes ) : string
htmlHelper this
file string
alt string
htmlAttributes object
Résultat string

ImgFor() public static méthode

public static ImgFor ( this htmlHelper, string tag ) : string
htmlHelper this
tag string
Résultat string

ImgFor() public static méthode

public static ImgFor ( this htmlHelper, string tag, string alt ) : string
htmlHelper this
tag string
alt string
Résultat string

ImgFor() public static méthode

public static ImgFor ( this htmlHelper, string tag, string alt, object htmlAttributes ) : string
htmlHelper this
tag string
alt string
htmlAttributes object
Résultat string

JavaScript() public static méthode

public static JavaScript ( this htmlHelper, string file ) : string
htmlHelper this
file string
Résultat string

JavaScriptsFor() public static méthode

public static JavaScriptsFor ( this htmlHelper ) : string
htmlHelper this
Résultat string

Stylesheet() public static méthode

public static Stylesheet ( this htmlHelper, string file ) : string
htmlHelper this
file string
Résultat string

Stylesheet() public static méthode

public static Stylesheet ( this htmlHelper, string file, string media ) : string
htmlHelper this
file string
media string
Résultat string

StylesheetsFor() public static méthode

public static StylesheetsFor ( this htmlHelper ) : string
htmlHelper this
Résultat string