BaseControlContext.SkipToNextMiddleware 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 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 ()