HandleRequestResult.Handle Method

Definition

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

public:
 static Microsoft::AspNetCore::Authentication::HandleRequestResult ^ Handle();
public static Microsoft.AspNetCore.Authentication.HandleRequestResult Handle ();
static member Handle : unit -> Microsoft.AspNetCore.Authentication.HandleRequestResult
Public Shared Function Handle () As HandleRequestResult

Returns

The result.

Applies to