View Components and Tag Helpers in .NET Core

Thu 1:00 PM - Sagewood Room


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