HandleRequestResult.SkipHandler Method

Definition

Discontinue processing the request in the current handler.

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

Returns

The result.

Applies to