@using Microsoft.Extensions.Primitives

Log out

Are you sure you want to sign out?

@* Flow the request parameters so they can be received by the LogoutPost action: *@ @foreach (var parameter in Context.Request.HasFormContentType ? (IEnumerable>) Context.Request.Form : Context.Request.Query) { }