HtmlLocalizerFactory(IStringLocalizerFactory) Constructor  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new HtmlLocalizerFactory.
public:
 HtmlLocalizerFactory(Microsoft::Extensions::Localization::IStringLocalizerFactory ^ localizerFactory);public HtmlLocalizerFactory(Microsoft.Extensions.Localization.IStringLocalizerFactory localizerFactory);new Microsoft.AspNetCore.Mvc.Localization.HtmlLocalizerFactory : Microsoft.Extensions.Localization.IStringLocalizerFactory -> Microsoft.AspNetCore.Mvc.Localization.HtmlLocalizerFactoryPublic Sub New (localizerFactory As IStringLocalizerFactory)Parameters
- localizerFactory
- IStringLocalizerFactory