HttpMethodOverrideOptions Class

Definition

Options for configuring HttpMethodOverrideMiddleware

public ref class HttpMethodOverrideOptions
public class HttpMethodOverrideOptions
type HttpMethodOverrideOptions = class
Public Class HttpMethodOverrideOptions
Inheritance
HttpMethodOverrideOptions

Constructors

HttpMethodOverrideOptions()

Properties

FormFieldName

Denotes the form element that contains the name of the resulting method type. If not set the X-Http-Method-Override header will be used.

Applies to