|   | 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.257-beta
 Syntax
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);
Property Value
String See Also
See Also