Click or drag to resize

ValidateRequestVerificationTokenAttributeHttpMethods Property

Gets or sets HTTP methods, as a comma separated value string, for which validation will apply. Defaults to *, meaning validation applies to all possible HTTP methods.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public string HttpMethods { get; set; }
View Source

Property Value

String
See Also