GenericLocalizeTagHelper.

GetParameters(TagHelperContext) Method

Summary

Gets the parameters to use when localizing the text.

Syntax

protected virtual IEnumerable<object> GetParameters(TagHelperContext context)

Parameters

Name Type Description
context TagHelperContext Contains information associated with the current HTML tag.

Return Value

Type Description
IEnumerable<object> A Enumerable object filled with the necessary parameters.