FailureContext 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
向中间件提供程序提供故障上下文信息。
public ref class FailureContext : Microsoft::AspNetCore::Authentication::BaseControlContext
public class FailureContext : Microsoft.AspNetCore.Authentication.BaseControlContext
type FailureContext = class
inherit BaseControlContext
Public Class FailureContext
Inherits BaseControlContext
- 继承
构造函数
FailureContext(HttpContext, Exception) |
向中间件提供程序提供故障上下文信息。 |
属性
Failure |
错误的用户友好错误消息。 |
HandledResponse |
向中间件提供程序提供故障上下文信息。 (继承自 BaseControlContext) |
HttpContext |
向中间件提供程序提供故障上下文信息。 (继承自 BaseContext) |
Request |
向中间件提供程序提供故障上下文信息。 (继承自 BaseContext) |
Response |
向中间件提供程序提供故障上下文信息。 (继承自 BaseContext) |
Skipped |
向中间件提供程序提供故障上下文信息。 (继承自 BaseControlContext) |
State |
向中间件提供程序提供故障上下文信息。 (继承自 BaseControlContext) |
Ticket |
获取或设置 Ticket 如果此事件表明它已处理事件,则返回 。 (继承自 BaseControlContext) |
方法
CheckEventResult(AuthenticateResult) |
向中间件提供程序提供故障上下文信息。 (继承自 BaseControlContext) |
HandleResponse() |
停止针对此请求的所有处理并返回到客户端。 调用方负责生成完整响应。 设置 以 Ticket 触发 SignIn。 (继承自 BaseControlContext) |
SkipToNextMiddleware() |
停止处理当前中间件中的请求并将控制权传递给下一个项。 不会调用 SignIn。 (继承自 BaseControlContext) |