Пример #1
0
 public LanguageTagHelper(UrlPathRequest urlPathRequest, IUrlHelperFactory urlHelperFactory)
 {
     _urlPathRequest   = urlPathRequest;
     _urlHelperFactory = urlHelperFactory;
 }
Пример #2
0
 public HomeController(UrlPathRequest urlPathRequest)
 {
     _urlPathRequest = urlPathRequest;
 }