Nuacht

Take advantage of the friendly syntax of Razor View Engine to more easily create views from templates in ASP.NET Core MVC.
ASP.NET Core lets you bundle up business functionality along with its related UI into a view component that you can reuse in throughout your application.
An HTML Helper is a bit of Razor code that can be called from multiple places in a View. But, if you put your Helper in the right place, you can also use it from any View in your application.