aspnetcore/samples/IdentitySample.Mvc/Views/_ViewImports.cshtml

7 lines
226 B
Plaintext

@using IdentitySample
@using IdentitySample.Models
@using IdentitySample.Models.AccountViewModels
@using IdentitySample.Models.ManageViewModels
@using Microsoft.AspNet.Identity
@addTagHelper *, Microsoft.AspNet.Mvc.TagHelpers