BaseHandler.ProcessRequest Method

DCSoft.DBUtilityGeneric

BaseHandlerProcessRequest Method
请求处理

Namespace: DCSoft.Utility.Handle
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public void ProcessRequest(
	HttpContext context
)

Parameters

context
Type: System.WebHttpContext

[Missing <param name="context"/> documentation for "M:DCSoft.Utility.Handle.BaseHandler.ProcessRequest(System.Web.HttpContext)"]

Implements

IHttpHandlerProcessRequest(HttpContext)
See Also