C# Class Recast.WebApp.HtmlExtensions

Afficher le fichier Open project: giggio/Recast

Méthodes publiques

Méthode Description
RenderScripts ( this htmlHelper ) : IHtmlString
Script ( this htmlHelper ) : System.Web.Mvc.MvcHtmlString
Script ( this htmlHelper, HelperResult>.Func template ) : System.Web.Mvc.MvcHtmlString

Method Details

RenderScripts() public static méthode

public static RenderScripts ( this htmlHelper ) : IHtmlString
htmlHelper this
Résultat IHtmlString

Script() public static méthode

public static Script ( this htmlHelper ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
Résultat System.Web.Mvc.MvcHtmlString

Script() public static méthode

public static Script ( this htmlHelper, HelperResult>.Func template ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
template HelperResult>.Func
Résultat System.Web.Mvc.MvcHtmlString