GetFileHandlerProcessRequestInternal Method |
Process the request.
Namespace: CMS.Routing.WebAssembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 12.0.0
Syntax protected abstract void ProcessRequestInternal(
HttpContext context
)
Parameters
- context
- Type: System.WebHttpContext
Current HTTP context.
See Also