类库说明文档
ProcessRequestBeforeDelegate Delegate |
执行ProcessRequest前执行的委托
Namespace: DCSoft.Utility.Handle
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public delegate bool ProcessRequestBeforeDelegate( HttpContext context )
Parameters
- context
- Type: System.WebHttpContext
当前的httpcontext对象
Return Value
Type: Boolean返回true继续执行,false则终止返回
See Also