 | HttpAttributeHttpMethod Property |
Returns the HTTP method.
Namespace:
Neon.ModelGen
Assembly:
Neon.Common (in Neon.Common.dll) Version: 2.14.0
Syntaxpublic string HttpMethod { get; set; }
Public Property HttpMethod As String
Get
Set
public:
property String^ HttpMethod {
String^ get ();
void set (String^ value);
}
member HttpMethod : string with get, set
Property Value
Type:
String
See Also