AuthenticationChallengeContext 类

定义

表示身份验证质询上下文,其中包含用于执行身份验证质询的信息。

public class AuthenticationChallengeContext : System.Web.Mvc.ControllerContext
type AuthenticationChallengeContext = class
    inherit ControllerContext
Public Class AuthenticationChallengeContext
Inherits ControllerContext
继承
AuthenticationChallengeContext

构造函数

AuthenticationChallengeContext()

初始化 AuthenticationChallengeContext 类的新实例。

AuthenticationChallengeContext(ControllerContext, ActionDescriptor, ActionResult)

初始化 AuthenticationChallengeContext 类的新实例。

属性

ActionDescriptor

获取或设置操作描述符。

Controller

获取或设置控制器。

(继承自 ControllerContext)
DisplayMode

获取显示模式。

(继承自 ControllerContext)
HttpContext

获取或设置 HTTP 上下文。

(继承自 ControllerContext)
IsChildAction

获取一个值,该值指示关联的操作方法是否为子操作。

(继承自 ControllerContext)
ParentActionViewContext

获取一个对象,该对象包含父操作方法的视图上下文信息。

(继承自 ControllerContext)
RequestContext

获取或设置请求上下文。

(继承自 ControllerContext)
Result

获取或设置要执行的操作结果。

RouteData

获取或设置 URL 路由数据。

(继承自 ControllerContext)

适用于