$csrfParam public property
The name of the token used to prevent CSRF. Defaults to '_csrf'. This property is used only when $enableCsrfValidation is true.
public string $csrfParam = '_csrf'
$csrfParam public property
The name of the token used to prevent CSRF. Defaults to '_csrf'. This property is used only when $enableCsrfValidation is true.
public string $csrfParam = '_csrf'
Please login to continue.