SaaS CMS has officially launched! Learn more now.

Interface IUrlGeneratorContextFactory

Namespace: EPiServer.Core.Routing.Pipeline.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IUrlGeneratorContextFactory

Methods

Create(ContentReference, UrlGeneratorOptions)

Declaration
UrlGeneratorContext Create(ContentReference contentLink, UrlGeneratorOptions options)
Parameters
Type Name Description
ContentReference contentLink
UrlGeneratorOptions options
Returns
Type Description
UrlGeneratorContext

Extension Methods