You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

Localization.AspNetCore.TagHelpers

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Localization.AspNetCore.TagHelpers

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 helpers with the following usage cases: Usage with the tag name `<localize>Text to localize</localize>` Usage with a html attribute `<span localize>Text to localize</localize>` Ability to localize html attribute using the following: `<span localize-title='I'm the title to localize'>This won't</span>` Please see the documentation for all available attributes and their usage: https://wormiecorp.github.io/Localization.AspNetCore.TagHelpers/docs/helpers

0.6.0
Source
nugetNuGet
Version published
Maintainers
1
Created
The README file is missing

Keywords

localization

FAQs

Package last updated on 01 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts