Поделиться через


AuthenticationChallengeContext Конструкторы

Определение

Перегрузки

AuthenticationChallengeContext()

Инициализирует новый экземпляр класса AuthenticationChallengeContext.

AuthenticationChallengeContext(ControllerContext, ActionDescriptor, ActionResult)

Инициализирует новый экземпляр класса AuthenticationChallengeContext.

AuthenticationChallengeContext()

Инициализирует новый экземпляр класса AuthenticationChallengeContext.

public AuthenticationChallengeContext ();
Public Sub New ()

Применяется к

AuthenticationChallengeContext(ControllerContext, ActionDescriptor, ActionResult)

Инициализирует новый экземпляр класса AuthenticationChallengeContext.

public AuthenticationChallengeContext (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, System.Web.Mvc.ActionResult result);
new System.Web.Mvc.Filters.AuthenticationChallengeContext : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor * System.Web.Mvc.ActionResult -> System.Web.Mvc.Filters.AuthenticationChallengeContext
Public Sub New (controllerContext As ControllerContext, actionDescriptor As ActionDescriptor, result As ActionResult)

Параметры

controllerContext
ControllerContext

Контекст контроллера.

actionDescriptor
ActionDescriptor

Методы действия, связанные с запросом.

result
ActionResult

Ответ на запрос.

Применяется к