SaaS CMS has officially launched! Learn more now.

Class RestRouteHandler

Cretes the handler implementing System.Web.IHttpHandler for serving requests mapped to a RestRoute.

Inheritance
System.Object
RestRouteHandler
Implements
System.Web.Routing.IRouteHandler
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.Services.Rest
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
public class RestRouteHandler : IRouteHandler

Constructors

RestRouteHandler()

Declaration
public RestRouteHandler()

Methods

GetHttpHandler(RequestContext)

Provides the http handler for request processing.

Declaration
public IHttpHandler GetHttpHandler(RequestContext requestContext)
Parameters
Type Name Description
System.Web.Routing.RequestContext requestContext

An object that encapsulates information about the request.

Returns
Type Description
System.Web.IHttpHandler

An object that processes the request.

Implements

System.Web.Routing.IRouteHandler