Telerik UI for ASP.NET Core TextBox Overview

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
  • Edit in Telerik REPL
HtmlHelper
TagHelper
Files:
index.cshtml
IndexController.cs
Index_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API
devcraft ninja image

The TextBox 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 TextBox control serves as a text input field which enables you to provide a floating label functionality to input elements. Besides its basic configuration options, the TextBox component provides accessibility and RTL support. In addition, the control can also be used with both keyboard and mouse, comes with WAI-ARIA compatibility, and screen-reader users can also interact with the component.

The current example displays a common use-case scenario for a TextBox component which, apart from providing and styling the floating label, includes a placeholder and a content name, specifying what input is expected from the user.

The ASP.NET Core TextBox control is part of Telerik UI for ASP.NET Core, a professional-grade UI library with 110+ components for building modern and feature-rich applications. The TextBox is a server-side wrapper for the Kendo UI for jQuery TextBox component and supports an HtmlHelper and a TagHelper mode.

This TextBox example is part of a unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik UI for ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Functionality and Features

  • Appearance–With the supported API, you can easily style the appearance of the ASP.NET Core TextBox.
  • RTL support–The TextBox enables you to render its content in a right-to-left direction.
  • Labels–The label functionality of the TextBox allows you to associate the label HTML element with the control.
  • Accessibility–The TextBox supports various accessibility standards.

Additional Apps

This TextBox example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources