CorsRequestContext.HttpMethod Property
Gets or sets the request method.
Namespace: System.Web.Cors
Assembly: System.Web.Cors (in System.Web.Cors.dll)
Syntax
public string HttpMethod {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property String^ HttpMethod {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
void set(String^ value);
}
member HttpMethod : string with get, set
Public Property HttpMethod As String
Property Value
Type: System.String
See Also
CorsRequestContext Class
System.Web.Cors Namespace
Return to top