GenericLocalizeTagHelper.

Init(TagHelperContext) Method

Summary

Initializes this Localize Tag Helpers, setting the html localizer and creating a stack list for child tag helpers to add parameters to.

Syntax

public override void Init(TagHelperContext context)

Parameters

Name Type Description
context TagHelperContext

Return Value

Type Description
void