• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of DefaultFunctionalities in ASP.NET Core Button Control

This sample demonstrates the default functionalities of the Button with different types and predefined styles.

DEMO
SOURCE

Button is a graphical user interface element that triggers an event on click action. It contains the text, an image, or both.

In this sample, Play button is a toggle button and it can be enabled by using the isToggle property. To change the text and icon you should handle click event.

More information about Button can be found in this documentation section.