|
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.230-beta
Syntaxpublic string HttpMethods { get; set; }
Public Property HttpMethods As String
Get
Set
public:
property String^ HttpMethods {
String^ get ();
void set (String^ value);
}
member HttpMethods : string with get, set
function get_HttpMethods();
function set_HttpMethods(value);
View SourceProperty Value
String
See Also