Class PageExtensions

Inheritance
System.Object
PageExtensions
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.Shell.Web.UI
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public static class PageExtensions

Methods

ActionUrl(Page, Object)

Declaration
public static string ActionUrl(this Page page, object routeValues)
Parameters
Type Name Description
System.Web.UI.Page page
System.Object routeValues
Returns
Type Description
System.String

ActionUrl(Page, String, String, String)

Declaration
public static string ActionUrl(this Page page, string moduleName, string controllerName, string action)
Parameters
Type Name Description
System.Web.UI.Page page
System.String moduleName
System.String controllerName
System.String action
Returns
Type Description
System.String

ActionUrl(Page, String, String, String, String, String)

Declaration
public static string ActionUrl(this Page page, string moduleName, string controllerName, string action, string protocol, string host)
Parameters
Type Name Description
System.Web.UI.Page page
System.String moduleName
System.String controllerName
System.String action
System.String protocol
System.String host
Returns
Type Description
System.String

ActionUrl(Page, String, String, String, Uri)

Declaration
public static string ActionUrl(this Page page, string moduleName, string controllerName, string action, Uri baseUri)
Parameters
Type Name Description
System.Web.UI.Page page
System.String moduleName
System.String controllerName
System.String action
System.Uri baseUri
Returns
Type Description
System.String