C# Class Recast.WebApp.HtmlExtensions

Mostrar archivo Open project: giggio/Recast

Public Methods

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

public static RenderScripts ( this htmlHelper ) : IHtmlString
htmlHelper this
return IHtmlString

Script() public static method

public static Script ( this htmlHelper ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
return System.Web.Mvc.MvcHtmlString

Script() public static method

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