RadioListExtensions Class
Provides extensions for radio button list.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | RadioButtonList(HtmlHelper, String) | Displays a list control that encapsulates a group of radio button controls. |
![]() ![]() | RadioButtonList(HtmlHelper, String, IDictionary<String, Object>) | Displays a list control that encapsulates a group of radio button controls. |
![]() ![]() | RadioButtonList(HtmlHelper, String, IEnumerable<SelectListItem>) | Displays a list control that encapsulates a group of radio button controls. |
![]() ![]() | RadioButtonList(HtmlHelper, String, IEnumerable<SelectListItem>, IDictionary<String, Object>) | Displays a list control that encapsulates a group of radio button controls. |
![]() ![]() | RadioButtonList(HtmlHelper, String, IEnumerable<SelectListItem>, Object) | Displays a list control that encapsulates a group of radio button controls. |
![]() ![]() | RadioButtonList(HtmlHelper, String, Object) | Displays a list control that encapsulates a group of radio button controls. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

