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

Info() public method

public Info ( bool condition = true ) : LabelAndControl
condition bool
return LabelAndControl
        public LabelAndControl Info(bool condition = true)
        {
            if (condition) HtmlAttributes["class"] = "info";
            return this;
        }