LocalizeAttributeTagHelper.

Process(TagHelperContext, TagHelperOutput) Method

Summary

Synchronously executes the TagHelper with the given context and output. This is the method responsible for localizing the html attributes.

Syntax

public override void Process(TagHelperContext context, TagHelperOutput output)

Parameters

Name Type Description
context TagHelperContext Contains information associated with the current HTML tag.
output TagHelperOutput A stateful HTML element used to generate an HTML tag.

Return Value

Type Description
void