Clear        


                
                    @using MVC
@using MVC.Models

@using APP.Models  @* added to use Model types without their namespaces in the views *@

@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers