TextBox TagHelper Overview
The Telerik UI TextBox TagHelper for ASP.NET Core is a server-side wrapper for the Kendo UI TextBox widget.
The TextBox provides a set of default API configuration options that can be set during its initialization such as value, placeholder, and so on.
The TextBox is part of Telerik UI for ASP.NET Core, a
professional grade UI library with 100+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Initializing the TextBox
The following example demonstrates how to define the TextBox by using the TextBox TagHelper.
<kendo-textbox name="textbox"></kendo-textbox>
Basic Configuration
The TextBox TagHelper configuration options are passed as attributes of the tag.
<kendo-textbox name="phone_number" placeholder="Name..." value="John Doe"></kendo-textbox>