다음을 통해 공유


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)

적용 대상