Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Interface IRoutingSegmentLoader

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

Namespace: EPiServer.Web.Routing.Segments
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
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