aspnetcore/samples/ChatSample/Views/_ViewImports.cshtml

7 lines
221 B
Plaintext

@using ChatSample
@using ChatSample.Models
@using ChatSample.Models.AccountViewModels
@using ChatSample.Models.ManageViewModels
@using Microsoft.AspNetCore.Identity
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers