Läs på engelska

Dela via


BaseControlContext Class

Definition

C#
public class BaseControlContext : Microsoft.AspNetCore.Authentication.BaseContext
Inheritance
BaseControlContext
Derived

Constructors

Properties

HandledResponse
HttpContext (Inherited from BaseContext)
Request (Inherited from BaseContext)
Response (Inherited from BaseContext)
Skipped
State
Ticket

Gets or set the Ticket to return if this event signals it handled the event.

Methods

CheckEventResult(AuthenticateResult)
HandleResponse()

Discontinue all processing for this request and return to the client. The caller is responsible for generating the full response. Set the Ticket to trigger SignIn.

SkipToNextMiddleware()

Discontinue processing the request in the current middleware and pass control to the next one. SignIn will not be called.

Applies to

Produkt Versioner
ASP.NET Core 1.0, 1.1