C# Class BootstrapExtensions.Base.Form.Label.LabelExtensions

Show file Open project: jordanwallwork/bootstrapextensions

Public Methods

Method Description
LabelAndControl ( this html, IHtmlString control ) : LabelAndControl
LabelAndControl ( this html, string labelFor, IHtmlString control ) : LabelAndControl
LabelAndControl ( this html, string labelFor, string labelText, IHtmlString control ) : LabelAndControl

Method Details

LabelAndControl() public static method

public static LabelAndControl ( this html, IHtmlString control ) : LabelAndControl
html this
control IHtmlString
return LabelAndControl

LabelAndControl() public static method

public static LabelAndControl ( this html, string labelFor, IHtmlString control ) : LabelAndControl
html this
labelFor string
control IHtmlString
return LabelAndControl

LabelAndControl() public static method

public static LabelAndControl ( this html, string labelFor, string labelText, IHtmlString control ) : LabelAndControl
html this
labelFor string
labelText string
control IHtmlString
return LabelAndControl