OwinRequest.Method Property

Definition

Gets or set the HTTP method.

public virtual string Method { get; set; }
member this.Method : string with get, set
Public Overridable Property Method As String

Property Value

The HTTP method.

Implements

Applies to