Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
ASP.NET Core 2 Fundamentals

You're reading from   ASP.NET Core 2 Fundamentals Build cross-platform apps and dynamic web services with this server-side web application framework

Arrow left icon
Product type Book
Published in Aug 2018
Publisher
ISBN-13 9781789538915
Pages 298 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Onur Gumus Onur Gumus
Author Profile Icon Onur Gumus
Onur Gumus
Mugilan T. S. Ragupathi Mugilan T. S. Ragupathi
Author Profile Icon Mugilan T. S. Ragupathi
Mugilan T. S. Ragupathi
Arrow right icon
View More author details
Toc

Tag Helpers


Tag Helpers are a new feature in ASP.NET Core; they help generate HTML elements. In HTML helpers, we will write C#/Razor code to generate HTML. The disadvantage associated with this approach is that many frontend engineers will not know C#/Razor code; they work with plain HTML, CSS, and JavaScript. Tag Helpers look just like HTML code, but have all the features of server-side rendering. You can even build custom Tag Helpers as per your needs. The advantage of Razor over Tag helpers is that while Tag Helpers are more frontend-developer friendly, sometimes we might need the power of Razor, as it is a powerful programming model. 

Let's take a look at how to use a Tag Helper. The Tag Helpers package is already included in the Microsoft.AspNet.Core.All NuGet package.

Remember, we have already added Tag Helpers support to the ViewImports file in the preceding section.

Had we included the _ViewImports.cshtml file under the Home folder, Tag Helpers would be available only for the views...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime