1 write to FormFieldName
Microsoft.AspNetCore.Antiforgery (1)
AntiforgeryTokenSet.cs (1)
28
FormFieldName
= formFieldName;
3 references to FormFieldName
Microsoft.AspNetCore.Components.Endpoints (1)
Forms\EndpointAntiforgeryStateProvider.cs (1)
37
_currentToken = new AntiforgeryRequestToken(tokens.RequestToken, tokens.
FormFieldName
);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
AntiforgeryExtensions.cs (1)
47
_fieldName = tokenSet.
FormFieldName
;
MinimalFormSample (1)
Program.cs (1)
23
<input name="{token.
FormFieldName
}" type="hidden" value="{token.RequestToken}" />