© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
A. FreemanPro ASP.NET Core 6https://doi.org/10.1007/978-1-4842-7957-1_27

27. Using the Forms Tag Helpers

Adam Freeman1  
(1)
London, UK
 
In this chapter, I describe the built-in tag helpers that are used to create HTML forms. These tag helpers ensure forms are submitted to the correct action or page handler method and that elements accurately represent specific model properties. Table 27-1 puts the form tag helpers in context.
Table 27-1

Putting Form Tag Helpers in Context

Question

Answer

What are they?

These built-in tag helpers transform HTML form elements.

Why are they useful?

These tag helpers ensure that HTML forms reflect the application’s routing configuration ...

Get Pro ASP.NET Core 6: Develop Cloud-Ready Web Applications Using MVC, Blazor, and Razor Pages now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.