FormTagHelper.Method Property

Definition

The HTTP method to use.

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

Property Value

Remarks

Passed through to the generated HTML in all cases.

Applies to