AntiforgeryRequestToken Class

Definition

The antiforgery token included in the request form data.

public class AntiforgeryRequestToken
type AntiforgeryRequestToken = class
Public Class AntiforgeryRequestToken
Inheritance
AntiforgeryRequestToken

Constructors

AntiforgeryRequestToken(String, String)

Initializes a new instance of AntiforgeryRequestToken.

Properties

FormFieldName

Gets the form field name for the antiforgery token.

Value

Gets the antiforgery token value.

Applies to