HandleRequestResult.Handle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.