HttpRequest.Method Property

Definition

Gets or sets the HTTP method.

public:
 abstract property System::String ^ Method { System::String ^ get(); void set(System::String ^ value); };
public abstract string Method { get; set; }
member this.Method : string with get, set
Public MustOverride Property Method As String

Property Value

The HTTP method.

Applies to