Click or drag to resize
GetVersionHandlerProcessRequest Method
Processes the incoming HTTP request that and returns the specified stylesheets.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public void ProcessRequest(
	HttpContext context
)

Parameters

context
Type: System.WebHttpContext
An HTTPContext object that provides references to the intrinsic server objects used to service HTTP requests

Implements

IHttpHandlerProcessRequest(HttpContext)
See Also