Localization.AspNetCore.TagHelpers Namespace

Class Types

Class Summary
GenericLocalizeTagHelper Adds support to localize the inner text for a tag, when one of the following attributes have been added: localize, localize-html or localize-type.
LocalizeAttributeTagHelper Adds support for localizing html attributes, when using a localize-[attribute].
LocalizeTagHelper Adds support to localize the everything with the localize tag.
LocalizeTagHelperOptions Global optionsto pass to GenericLocalizeTagHelper and LocalizeTagHelper.
ParameterTagHelper Adds parameters to GenericLocalizeTagHelper and LocalizeTagHelper. Used through a parameter html tag.

Enum Types

Enum Summary
NewLineHandling Enumeration for what kind of newline normalization the supported tag helpers should apply.