Namespace EPiServer.Core.Routing.Pipeline.Internal
Classes
GenerateUrlContextExtensions
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Extension methods for UrlGeneratorContext
SegmentPair
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Helper class that can be used from IUrlResolverPipelineStep implementations to get the next segment in the url.
UrlGeneratorContext
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The context that is used during url generation. Different IUrlGeneratorPipelineStep instances in the pipeline can update the Url depending on UrlGeneratorContext and UrlGeneratorOptions.
UrlResolverContext
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The context that is used during url resolving. Different IUrlResolverPipelineStep instances in the pipeline can update the context depending on UrlResolverOptions.
UrlResolverContextExtensions
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Extends UrlResolverContext
Interfaces
IUrlGeneratorHostResolver
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Defines a component that will decide what host to use when generating a URL to a content item.
IUrlGeneratorPipelineProvider
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Responsible for lifetime and creation of the pipeline responsible for url generation
IUrlGeneratorPipelineStep
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Defines the signature fo a component that is used to generate a part of an url.
IUrlResolverPipelineProvider
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Responsible for lifetime and creation of the pipeline responsible for content resolving from url.
IUrlResolverPipelineStep
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Defines the signature for a component that is used to resolve a part of an url.