Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Namespace EPiServer.Web.Routing.Segments.Internal

Classes

ContentSegmentLoader

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Loads routing segments for contentlink

DefaultUrlSegmentRouter

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Default IUrlSegmentRouter which resolves incoming/outgoing content for the request segment

GuidSegment

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

LanguageSegment

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

LanguageSegmentMatcher

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This interface supports the EPiServer infrastructure and is not intended to be used directly from your code.

NodeSegment

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. A Segment representing a contentLink as node in the pagetree when routing. The parameter segment will be created by the EPiServer.Web.Routing.RouteParser when the route contains '{node}'.

ParameterSegment

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Custom segments. The parameter segment will be created by the EPiServer.Web.Routing.RouteParser when the route contains a custom action inside curly brackets.

PartialSegment

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Segment implementation that handles partial routing.

RequestSegmentContext

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Encapsulates information about a HTTP request that is used when determining segments during routing.

SegmentNode

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Class to hold the contentReference and its segment

SimpleAddressSegment

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The segment representing a EPiServer.Web.SimpleAddress when routing.

SimpleAddressSegmentCache

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Handles cache items for the simple address segment

SimpleAddressSegmentRouter

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. A structure implementation over simple addresses.

StaticSegment

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Static segments. The static segment will be created by the EPiServer.Web.Routing.RouteParser when the route contains a value without curly brackets.

UrlSegmentContext

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. SegmentContext implementation used to route from an url.