@using Microsoft.AspNet.Identity @using (Html.BeginForm("LogOff", "Account", FormMethod.Post, new { id = "logoutForm", @class="hidden" })) { @Html.AntiForgeryToken() }