BaseControlContext.SkipToNextMiddleware Method

Definition

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

public:
 void SkipToNextMiddleware();
public void SkipToNextMiddleware ();
member this.SkipToNextMiddleware : unit -> unit
Public Sub SkipToNextMiddleware ()

Applies to