FalconSSO/FAuth/Views/_ViewImports.cshtml

4 lines
142 B
Plaintext
Raw Normal View History

2020-03-30 10:12:52 +08:00
@using FAuth
@using FAuth.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
2020-05-08 20:00:38 +08:00
@addTagHelper FAuth.Extensions.TagHelpers.*, FAuth