Telerik UI for ASP.NET Core Button Basic Usage
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIThe Button component is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Telerik UI for ASP.NET Core Button provides consistent styling for a clickable UI functionality that renders arbitrary content, and also keyboard operability for elements that do not natively support. You can initialize a single Button or multiple Buttons at once depending on your requirements and also use the Button to host both block and inline element types. The component delivers multiple options to display various buttons depending on yur specific use case.
The current example displays the most frequent use-case scenarios for rendering buttons such as a regular button, a primary button with a specified class name, a disabled and an icon button.
The ASP.NET Core Button control is part of Telerik UI for ASP.NET Core, a professional-grade UI library with 110+ components for building modern and feature-rich web applications. The Button is a server-side wrapper for the Kendo UI for jQuery Button component and comes in the form of an HtmlHelper.
Functionality and Features
- Disabled Button—Enables you to disable user interaction and yet show the Button in an inactive and non-clickable state.
- Icon Button—The Button can accommodate an icon which enhances the visual representation of the text content.
- Badge Button—The Button can accommodate a badge to boost its text content.