MVC provides a set of built-in tag helpers that are used to perform commonly required transformations on HTML elements. In this chapter, I describe the tag helpers that operate on HTML forms, which include the form, input, label, select, option, and textarea elements. In Chapter 25, I describe the other built-in tag helpers, which provide nonform features. Table 24-1 puts the form tag helpers in context.
Table 24-1. Putting the Form Tag Helpers in Context
Question | Answer |
---|---|
What are they? | The form tag helpers are used to transform HTML form elements so that you don’t have to write custom tag helpers ... |