SaaS CMS has officially launched! Learn more now.

Interface IRoutingSegmentLoader

Represents a certain type of relation between a contentLink and data (e.g. content).

Namespace: EPiServer.Web.Routing.Segments
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public interface IRoutingSegmentLoader

Methods

GetRoutingSegments(ContentReference, String)

Gets the routing segments.

Declaration
IEnumerable<IRoutable> GetRoutingSegments(ContentReference contentLink, string language)
Parameters
Type Name Description
ContentReference contentLink

The content link.

System.String language

The language.

Returns
Type Description
System.Collections.Generic.IEnumerable<IRoutable>

Extension Methods