C# Class IvtLibrary.Helpers.RazorExtensions

Mostrar archivo Open project: intervals-mining-lab/ivt-library

Public Methods

Method Description
CheckBoxList ( this htmlHelper, string name, IEnumerable listInfo ) : System.Web.Mvc.MvcHtmlString
CheckBoxList ( this htmlHelper, string name, IEnumerable listInfo, object>.IDictionary htmlAttributes ) : System.Web.Mvc.MvcHtmlString
CheckBoxList ( this htmlHelper, string name, IEnumerable listInfo, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString

Method Details

CheckBoxList() public static method

public static CheckBoxList ( this htmlHelper, string name, IEnumerable listInfo ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
name string
listInfo IEnumerable
return System.Web.Mvc.MvcHtmlString

CheckBoxList() public static method

public static CheckBoxList ( this htmlHelper, string name, IEnumerable listInfo, object>.IDictionary htmlAttributes ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
name string
listInfo IEnumerable
htmlAttributes object>.IDictionary
return System.Web.Mvc.MvcHtmlString

CheckBoxList() public static method

public static CheckBoxList ( this htmlHelper, string name, IEnumerable listInfo, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
name string
listInfo IEnumerable
htmlAttributes object
return System.Web.Mvc.MvcHtmlString