Class ShellRoutingModule

Inheritance
System.Object
ShellRoutingModule
Namespace: EPiServer.Shell.Web.Routing
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class ShellRoutingModule : UrlRoutingModule

Constructors

ShellRoutingModule()

Declaration
public ShellRoutingModule()

Methods

Init(HttpApplication)

Declaration
protected override void Init(HttpApplication application)
Parameters
Type Name Description
System.Web.HttpApplication application

PostResolveRequestCache(HttpContextBase)

Declaration
public override void PostResolveRequestCache(HttpContextBase context)
Parameters
Type Name Description
System.Web.HttpContextBase context

Extension Methods