Tag Helpers are a new feature introduced in ASP.NET 5 which let us generate HTML dynamically. Tag Helpers are added to an ASP.NET view using an HTML-like syntax, which is then transformed by a C# class. This gives developers a natural syntax for reusing common HTML components.
In this course, Envato Tuts+ instructor Jeremy McPeak will teach you all about Tag Helpers. You'll learn how they are different from previous C# Razor syntax, and how to use them in your applications. Most importantly, though, you'll learn how to write your own custom Tag Helpers to make reusable HTML components.
1.Introduction1 lesson, 01:12
1 lesson, 01:12
1.1Introduction01:12
1.1
Introduction
01:12
2.The Basics2 lessons, 15:40
2 lessons, 15:40
2.1Get Started07:35
2.1
Get Started
07:35
2.2What Are Tag Helpers?08:05
2.2
What Are Tag Helpers?
08:05
3.Create Custom Tag Helpers4 lessons, 38:42
4 lessons, 38:42
3.1Your First Tag Helper09:46
3.1
Your First Tag Helper
09:46
3.2Handle Attributes and Properties11:21
3.2
Handle Attributes and Properties
11:21
3.3Generate Content09:56
3.3
Generate Content
09:56
3.4Working With Existing Content07:39
3.4
Working With Existing Content
07:39
4.Conclusion1 lesson, 00:39
1 lesson, 00:39
4.1Conclusion00:39
4.1
Conclusion
00:39
I started my development career on the client-side writing JavaScript and DHTML components in my spare time. In 2005, Nicholas C. Zakas asked me to join him in writing the first edition of Professional Ajax for Wiley Publishing. Since Professional Ajax, 1st Edition, I've been blessed to take part in other book projects: Professional Ajax 2nd Edition, and Beginning JavaScript 3rd and 4th editions.