Method | Description | |
---|---|---|
Button ( this html, string text ) : |
||
Button ( this html, string text, |
||
Button ( this html, string text, string url ) : |
||
Button ( this html, string text, string url, |
||
ButtonGroup ( this html ) : |
||
Submit ( this html, string text = "Submit", |
public static Button ( this html, string text ) : |
||
html | this | |
text | string | |
return |
public static Button ( this html, string text, |
||
html | this | |
text | string | |
buttonSettings | ||
return |
public static Button ( this html, string text, string url ) : |
||
html | this | |
text | string | |
url | string | |
return |
public static Button ( this html, string text, string url, |
||
html | this | |
text | string | |
url | string | |
buttonSettings | ||
return |
public static ButtonGroup ( this html ) : |
||
html | this | |
return |
public static Submit ( this html, string text = "Submit", |
||
html | this | |
text | string | |
buttonSettings | ||
return |