GenericLocalizeTagHelper.

SetContent(TagHelperContext, TagHelperContent, string) Method

Summary

Sets the localized content back to where the original content was.

Syntax

protected virtual void SetContent(TagHelperContext context, TagHelperContent outputContent, string content)

Parameters

Name Type Description
context TagHelperContext Contains information associated with the current HTML tag.
outputContent TagHelperContent Content of the output tag helper.
content string The content to set.

Return Value

Type Description
void