AntiforgeryFilterOptions class
namespace: Serenity.Web assembly: Serenity.Net.Web
Options for AutoValidateAntiforgeryIgnoreBearerFilter.
public class AntiforgeryFilterOptions
Public Members
| name | description |
|---|---|
| AntiforgeryFilterOptions() | The default constructor. |
| SkipValidationHeaderName { get; set; } | Gets or sets the name of the HTTP header that, if present in a request, causes the CSRF validation to be skipped. |
| SkipValidationHeaderValue { get; set; } | Gets or sets the header value for SkipValidationHeaderName key that, if present in a request, causes the operation to be skipped. |
See Also
- Source: AntiforgeryFilterOptions.cs