HomeController.

HomeController(IStringLocalizer<HomeController>) Constructor

Namespace
NetCoreApp21.Controllers
Containing Type
HomeController

Syntax

public HomeController(IStringLocalizer<HomeController> localizer)

Parameters

Name Type Description
localizer IStringLocalizer<HomeController>

Return Value

Type Description
void