RadioListExtensions Class

 

Provides extensions for radio button list.

Namespace:   Microsoft.Web.Mvc
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

System.Object
  Microsoft.Web.Mvc.RadioListExtensions

[<AbstractClass>]
[<Sealed>]
type RadioListExtensions = class end

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRadioButtonList(HtmlHelper, String)

Displays a list control that encapsulates a group of radio button controls.

System_CAPS_pubmethodSystem_CAPS_staticRadioButtonList(HtmlHelper, String, IDictionary<String, Object>)

Displays a list control that encapsulates a group of radio button controls.

System_CAPS_pubmethodSystem_CAPS_staticRadioButtonList(HtmlHelper, String, IEnumerable<SelectListItem>)

Displays a list control that encapsulates a group of radio button controls.

System_CAPS_pubmethodSystem_CAPS_staticRadioButtonList(HtmlHelper, String, IEnumerable<SelectListItem>, IDictionary<String, Object>)

Displays a list control that encapsulates a group of radio button controls.

System_CAPS_pubmethodSystem_CAPS_staticRadioButtonList(HtmlHelper, String, IEnumerable<SelectListItem>, Object)

Displays a list control that encapsulates a group of radio button controls.

System_CAPS_pubmethodSystem_CAPS_staticRadioButtonList(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.

Return to top
Show: