Try our conversational search powered by Generative AI!

Class ShellCommunicationRegister

Inheritance
System.Object
ShellCommunicationRegister
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.UI
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[ClientResourceRegistrator]
public class ShellCommunicationRegister : PageClientResourceRegister, IClientResourceRegistrator

Constructors

ShellCommunicationRegister()

Declaration
public ShellCommunicationRegister()

ShellCommunicationRegister(IContextModeResolver, ModuleTable)

Declaration
public ShellCommunicationRegister(IContextModeResolver contextModeResolver, ModuleTable moduleTable)
Parameters
Type Name Description
IContextModeResolver contextModeResolver
ModuleTable moduleTable

Methods

RegisterResources(IRequiredClientResourceList, HttpContextBase, PageData)

Declaration
protected override void RegisterResources(IRequiredClientResourceList requiredResources, HttpContextBase context, PageData pageData)
Parameters
Type Name Description
IRequiredClientResourceList requiredResources
System.Web.HttpContextBase context
PageData pageData
Overrides

Implements

Extension Methods