FalconSSO/FAuth/Views/_ViewImports.cshtml

5 lines
179 B
Plaintext
Raw Normal View History

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