C# Класс BootstrapComponents.Components.Buttons.ButtonExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Button ( this html, string text ) : Button
Button ( this html, string text, ButtonSettings buttonSettings ) : Button
Button ( this html, string text, string url ) : Button
Button ( this html, string text, string url, ButtonSettings buttonSettings ) : Button
ButtonGroup ( this html ) : ButtonGroup
Submit ( this html, string text = "Submit", ButtonSettings buttonSettings = null ) : Button

Описание методов

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

public static Button ( this html, string text ) : Button
html this
text string
Результат Button

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

public static Button ( this html, string text, ButtonSettings buttonSettings ) : Button
html this
text string
buttonSettings ButtonSettings
Результат Button

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

public static Button ( this html, string text, string url ) : Button
html this
text string
url string
Результат Button

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

public static Button ( this html, string text, string url, ButtonSettings buttonSettings ) : Button
html this
text string
url string
buttonSettings ButtonSettings
Результат Button

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

public static ButtonGroup ( this html ) : ButtonGroup
html this
Результат ButtonGroup

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

public static Submit ( this html, string text = "Submit", ButtonSettings buttonSettings = null ) : Button
html this
text string
buttonSettings ButtonSettings
Результат Button