ButtonType Enumeration

Type of the Button to display('a' html element, 'button' html element, etc.)

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public enum ButtonType

Members

Button0 Display a 'button' html element
Submit1 Display an 'input' with 'submit' html element
Reset2 Display an 'input' with 'reset' html element
Link3 Display an 'a' html element

See Also