MobileTrack Nexus Documentation
C#
Show/Hide TOC
Button
Type 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
C#
Copy
Request Example
public
enum
ButtonType
Members
Button
0
Display a 'button' html element
Submit
1
Display an 'input' with 'submit' html element
Reset
2
Display an 'input' with 'reset' html element
Link
3
Display an 'a' html element
See Also
Reference
BlazorBootstrap Namespace
In This Article
Definition
Members
See Also