C# Class System.Web.Mvc.HtmlHelpers

Afficher le fichier Open project: dtsagile/dmg-signalr Class Usage Examples

Méthodes publiques

Méthode Description
Analytics ( this htmlHelper ) : HtmlString
Analytics ( this htmlHelper, string urchin, string domainName ) : HtmlString
CSS ( this helper, string fileName ) : HtmlString
CSS ( this helper, string fileName, string media ) : HtmlString
Image ( this helper, string fileName ) : HtmlString
Image ( this helper, string fileName, string attributes ) : HtmlString
Script ( this helper, string fileName ) : HtmlString
Script ( this helper, string debugFilename, string releaseFilename ) : HtmlString

Private Methods

Méthode Description
GetPublicUrl ( this helper ) : string

Method Details

Analytics() public static méthode

public static Analytics ( this htmlHelper ) : HtmlString
htmlHelper this
Résultat HtmlString

Analytics() public static méthode

public static Analytics ( this htmlHelper, string urchin, string domainName ) : HtmlString
htmlHelper this
urchin string
domainName string
Résultat HtmlString

CSS() public static méthode

public static CSS ( this helper, string fileName ) : HtmlString
helper this
fileName string
Résultat HtmlString

CSS() public static méthode

public static CSS ( this helper, string fileName, string media ) : HtmlString
helper this
fileName string
media string
Résultat HtmlString

Image() public static méthode

public static Image ( this helper, string fileName ) : HtmlString
helper this
fileName string
Résultat HtmlString

Image() public static méthode

public static Image ( this helper, string fileName, string attributes ) : HtmlString
helper this
fileName string
attributes string
Résultat HtmlString

Script() public static méthode

public static Script ( this helper, string fileName ) : HtmlString
helper this
fileName string
Résultat HtmlString

Script() public static méthode

public static Script ( this helper, string debugFilename, string releaseFilename ) : HtmlString
helper this
debugFilename string
releaseFilename string
Résultat HtmlString