Click or drag to resize
GetFileHandlerProcessRequestInternal Method
Process the request.

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 10.0.0
Syntax
C#
protected abstract void ProcessRequestInternal(
	HttpContext context
)

Parameters

context
Type: System.WebHttpContext
Current HTTP context.
See Also