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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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