@using Microsoft.Extensions.Primitives
Are you sure you want to sign out?
@using (Html.BeginForm()) { @Html.AntiForgeryToken() @* Flow the request parameters so they can be received by the LogoutPost action: *@ foreach (var parameter in Model.Parameters) { } }