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 Url
Declaration
RoutingState Resolve(UrlResolverContext context, UrlResolverOptions options)
Parameters
Type | Name | Description |
---|---|---|
Url |
context | The context used for the url resolving |
Url |
options | Options that can specify how the url should be resolved |
Returns
Type | Description |
---|---|
Routing |