Click or drag to resize
AlternativeUrlsService Constructor
Creates instance of AlternativeUrlsService.

Namespace: Kentico.Content.Web.Mvc.Routing
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public AlternativeUrlsService(
	ISiteService siteService,
	IAlternativeUrlsCache alternativeUrlsCache
)

Parameters

siteService
Type: CMS.BaseISiteService
Site service.
alternativeUrlsCache
Type: Kentico.Content.Web.Mvc.RoutingIAlternativeUrlsCache
Caching for alternative URLs.
See Also