BootstrapExtensions.Base.Form.Label.LabelExtensions.LabelAndControl C# (CSharp) Method

LabelAndControl() public static method

public static LabelAndControl ( this html, IHtmlString control ) : LabelAndControl
html this
control IHtmlString
return LabelAndControl
        public static LabelAndControl LabelAndControl(this HtmlHelper html, IHtmlString control)
        {
            return LabelAndControl(html, "", "", control);
        }

Same methods

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