Class PermanentContentLinkMap
Handles conversion between permanent links and classic links for content links.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 9.12.2Syntax
public class PermanentContentLinkMap : PermanentLinkMap
Constructors
PermanentContentLinkMap(Guid, String, Uri, ContentReference, PageMapSettings)
Initializes a new instance of the PermanentContentLinkMap class.
Declaration
public PermanentContentLinkMap(Guid guid, string extension, Uri mappedUrl, ContentReference contentReference, PageMapSettings settings)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | guid | The GUID. |
System.String | extension | The extension. |
System.Uri | mappedUrl | The mapped URL. |
ContentReference | contentReference | The page reference. |
PageMapSettings | settings | The settings. |
PermanentContentLinkMap(Uri)
Initializes a new instance of the PermanentContentLinkMap class.
Declaration
protected PermanentContentLinkMap(Uri url)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | url | The URL. |
Properties
ContentReference
Gets or sets the content reference.
Declaration
public ContentReference ContentReference { get; set; }
Property Value
Type | Description |
---|---|
ContentReference | The page reference. |
PageMapSettings
Gets or sets the page map settings.
Declaration
public PageMapSettings PageMapSettings { get; protected set; }
Property Value
Type | Description |
---|---|
PageMapSettings | The settings. |