|
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.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string HttpMethods { get; set; }
Public Property HttpMethods As String
Get
Set
member HttpMethods : string with get, set
function get_HttpMethods();
function set_HttpMethods(value);
View SourceProperty Value
StringSee Also