Mono Class Library: System.Web.HttpRequest Overview | Members

System.Web.HttpRequest.HttpMethod Property

The method used (typically GET or POST).

public string HttpMethod { get; }

Value

The method used to trigger this request.

Remarks

The values are typically GET or POST but any valid HTTP verb can be returned as well as user-defined verbs or application-defined verbs.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0