Click or drag to resize
IAlternativeUrlsService Interface
Describes service for using alternative URLs.

Namespace: Kentico.Content.Web.Mvc.Routing
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public interface IAlternativeUrlsService

The IAlternativeUrlsService type exposes the following members.

Methods
  NameDescription
Public methodGetMainDocumentData
Returns data of main document for given alternativeUrl. alternativeUrl is normalized and checked whether matches any excluded URLs and should not be processed.
Top
See Also