GenericLocalizeTagHelper.

ProcessAsync(TagHelperContext, TagHelperOutput) Method

Summary

The function responsible for acquiring the text to localize, getting the required parameters to pass to the localized text and replacing the old text with the new localized text.

Syntax

public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)

Parameters

Name Type Description
context TagHelperContext
output TagHelperOutput

Return Value

Type Description
Task