FalconSSO/FAuth/Views/_ViewImports.cshtml
2020-05-08 20:00:38 +08:00

4 lines
142 B
Plaintext

@using FAuth
@using FAuth.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper FAuth.Extensions.TagHelpers.*, FAuth