Class PageDataExtensions
Inheritance
System.Object
PageDataExtensions
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.Cms.Shell
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
public static class PageDataExtensions
Methods
ToExternalUrl(PageData)
Declaration
public static string ToExternalUrl(this PageData page)
Parameters
| Type | Name | Description |
|---|---|---|
| PageData | page |
Returns
| Type | Description |
|---|---|
| System.String |
ToExternalUrl(PageData, Boolean)
Declaration
public static string ToExternalUrl(this PageData page, bool includeVersionInformation)
Parameters
| Type | Name | Description |
|---|---|---|
| PageData | page | |
| System.Boolean | includeVersionInformation |
Returns
| Type | Description |
|---|---|
| System.String |