GenericLocalizeTagHelper.

GenericLocalizeTagHelper(IHtmlLocalizerFactory, IHostingEnvironment, IOptions<LocalizeTagHelperOptions>) Constructor

Summary

Initializes a new instance of the GenericLocalizeTagHelper class.

Syntax

public GenericLocalizeTagHelper(IHtmlLocalizerFactory localizerFactory, IHostingEnvironment hostingEnvironment, IOptions<LocalizeTagHelperOptions> options)

Parameters

Name Type Description
localizerFactory IHtmlLocalizerFactory The localizer factory to create a IHtmlLocalizer from.
hostingEnvironment IHostingEnvironment The hosting environment.
options IOptions<LocalizeTagHelperOptions> The default options unless overridden when calling the tag helper.

Return Value

Type Description
void