LocalizeTagHelper.

ProcessAsync(TagHelperContext, TagHelperOutput) Method

Summary

This function first calls the base ProcessAsync method, then removes the tag name.

Syntax

public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)

Parameters

Name Type Description
context TagHelperContext
output TagHelperOutput

Return Value

Type Description
Task

See Also

  • Localization.AspNetCore.TagHelpers.GenericLocalizeTagHelper.ProcessAsync(TagHelperContext,TagHelperOutput)