AntiforgeryFilterOptions.SkipValidationHeaderName property

namespace: Serenity.Web   assemblySerenity.Net.Web

Gets or sets the name of the HTTP header that, if present in a request, causes the CSRF validation to be skipped.

public string SkipValidationHeaderName { get; set; }

See Also