_ViewImports.cshtml 186 B

12345
  1. @using Microsoft.AspNetCore.Identity
  2. @using bitforum.Areas.Identity
  3. @using bitforum.Areas.Identity.Pages
  4. @using bitforum.Models.User
  5. @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers