C# Class Framework.Mvc.Extensions.CheckBoxExtensions

Extends HtmlHelper functionality for checkbox.
显示文件 Open project: coreframework/Core-Framework

Public Methods

Method Description
SimpleCheckBox ( this html, String name, bool isChecked ) : String

Renders the check box.

Method Details

SimpleCheckBox() public static method

Renders the check box.
public static SimpleCheckBox ( this html, String name, bool isChecked ) : String
html this The HTML helper.
name String The name of the control.
isChecked bool if set to true [is checked].
return String