@using Microsoft.AspNetCore.Antiforgery @inject IAntiforgery Antiforgery @{ var antiForgeryTokens = Antiforgery.GetAndStoreTokens(Context); }