Interface IUrlResolverPipelineStep
Defines the signature for a component that is used to resolve a part of an url.
Namespace: EPiServer.Core.Routing.Pipeline.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IUrlResolverPipelineStep
Methods
Resolve(UrlResolverContext, UrlResolverOptions)
Can resolve part of the UrlResolverContext
Declaration
RoutingState Resolve(UrlResolverContext context, UrlResolverOptions options)
Parameters
Type | Name | Description |
---|---|---|
UrlResolverContext | context | The context used for the url resolving |
UrlResolverOptions | options | Options that can specify how the url should be resolved |
Returns
Type | Description |
---|---|
RoutingState |