C# Corner
ASP.NET MVC 6, Part 1: Tag Helpers
The sample application is now completed and you can create a new user as seen in Figure 8.
[Click on image for larger view.]
Figure 8: Creating a New User
Try to save an invalid user and get validation as seen in Figure 9.
[Click on image for larger view.]
Figure 9: Trying to Save an Invalid User
Lastly you can save a valid user as seen in Figure 10.
[Click on image for larger view.]
Figure 9: Redirect after a Successful User Submission
As you can see Tag Helpers are a nice new addition to ASP.NET MVC 6. ASP.NET MVC 6 takes a little bit of effort to set up but it's worth it.
Stay tuned to the next installment in the series, where I will cover how to create a custom Tag Helper and View Component to further clean up your Razor views.
About the Author
Eric Vogel is President and Lead Software Architect at Avant-Garde Labs, LLC. In DeWitt, Michigan. He is the president of the Greater Lansing User Group for .NET. Eric enjoys learning about software architecture and craftsmanship, and is always looking for ways to create more robust and testable applications. Contact him at [email protected].