- 189,378 total downloads
- last updated 3/1/2019
- Latest version: 0.6.0
Asp.Net Core Tag Helpers to use when localizing Asp.Net Core applications instead of manually injecting IViewLocator.
Usage
To use these tag helpers add the following to your `_ViewImports.cshtml` file
@addTagHelper *, Localization.AspNetCore.TagHelpers
The package currently supports three tag...
More information