HandleRequestResult.SkipHandler 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 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.