Class PageMapSettings
Class that holds information about SiteUrl and UrlRewriteExtension for a mapped page link.
Inheritance
System.Object
PageMapSettings
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: 11.20.7Syntax
[Obsolete("No longer being used")]
public class PageMapSettings
Constructors
PageMapSettings(Uri, String)
Initializes a new instance of the PageMapSettings class.
Declaration
public PageMapSettings(Uri siteUri, string urlRewriteExtension)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | siteUri | The site URI. |
System.String | urlRewriteExtension | The URL rewrite extension. |
Properties
SiteUrl
Gets the site URL that the mapped page belongs to
Declaration
public Uri SiteUrl { get; }
Property Value
Type | Description |
---|---|
System.Uri | The site URL. |
UrlRewriteExtension
Gets the URL rewrite extension for the site the mapped page belongs to
Declaration
public string UrlRewriteExtension { get; }
Property Value
Type | Description |
---|---|
System.String | The URL rewrite extension. |