Class ContentUrlCacheContext
The context used when resolving cached urls for content
Inheritance
System.Object
ContentUrlCacheContext
Namespace: EPiServer.Core.Routing.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentUrlCacheContext : Object
Constructors
ContentUrlCacheContext(UrlGeneratorContext, UrlGeneratorOptions)
Creates a new instance of Content
Declaration
public ContentUrlCacheContext(UrlGeneratorContext urlGeneratorContext, UrlGeneratorOptions urlGeneratorOptions)
Parameters
Type | Name | Description |
---|---|---|
Url |
urlGeneratorContext | |
Url |
urlGeneratorOptions |
Properties
UrlGeneratorContext
The context used to generate the url
Declaration
public UrlGeneratorContext UrlGeneratorContext { get; }
Property Value
Type | Description |
---|---|
Url |
UrlGeneratorOptions
The options used to generate the url
Declaration
public UrlGeneratorOptions UrlGeneratorOptions { get; }
Property Value
Type | Description |
---|---|
Url |
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |