Skip to content

This is use for asp.net mvc to to extend RadioButtonList and CheckBoxList

Notifications You must be signed in to change notification settings

blackpuppy/ListControlExtensions

 
 

Repository files navigation

ListControlExtensions

This is use for asp.net mvc to extend RadioButtonList and CheckBoxList

Getting Started

1.Open your Nuget package Manager dialog

2.Search by this keyword : ListControlExtension

3.Install it,and now,you can beginnning to use this extension use statement like"Html.CheckBoxListFor(....." in your view page

Methods

  • Html.RadioButtonList(string name, List items, string cssClass=null)
  • Html.RadioButtonListFor<TModel, TProperty>(Expression<Func<TModel, TProperty>> expression, List items, string cssClass=null)
  • Html.CheckBoxList(string name, List items, string cssClass = null)
  • Html.CheckBoxListFor<TModel, TProperty>(Expression<Func<TModel, TProperty>> expression, List items, string cssClass = null)

About

This is use for asp.net mvc to to extend RadioButtonList and CheckBoxList

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 60.8%
  • JavaScript 37.7%
  • CSS 1.1%
  • Classic ASP 0.4%