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.4Syntax
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> |