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