BootstrapExtensions.Base.Form.Label.LabelAndControl.Warning C# (CSharp) Méthode

Warning() public méthode

public Warning ( bool condition = true ) : LabelAndControl
condition bool
Résultat LabelAndControl
        public LabelAndControl Warning(bool condition = true)
        {
            if (condition) HtmlAttributes["class"] = "warning";
            return this;
        }