AspNet5Localization.Controllers.AboutWithCultureInRouteController.AboutWithCultureInRouteController C# (CSharp) Method

AboutWithCultureInRouteController() public method

public AboutWithCultureInRouteController ( IStringLocalizer localizer ) : Microsoft.AspNetCore.Mvc
localizer IStringLocalizer
return Microsoft.AspNetCore.Mvc
        public AboutWithCultureInRouteController(IStringLocalizer<SharedResource> localizer)
        {
            _localizer = localizer;
        }
AboutWithCultureInRouteController