BootstrapComponents.Components.Buttons.ButtonExtensions.Button C# (CSharp) Метод

Button() публичный статический Метод

public static Button ( this html, string text ) : Button
html this
text string
Результат Button
        public static Button Button(this HtmlHelper html, string text)
        {
            return new Button(text);
        }

Same methods

ButtonExtensions::Button ( this html, string text, ButtonSettings buttonSettings ) : Button
ButtonExtensions::Button ( this html, string text, string url ) : Button
ButtonExtensions::Button ( this html, string text, string url, ButtonSettings buttonSettings ) : Button