London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 10.10.4
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