Accepted!

View Components and Tag Helpers in .NET Core

ASP.NET / .NET Core, 0


View Components were a new feature released as part of .NET Core MVC. They are a great way to create reuseable bits of code that are accessible in your MVC applications. I will walk you through code to create a View Component in an external library and consume it using the Tag Helper syntax in an MVC application