Share via


HttpMethodOverrideOptions Class

Definition

Options for configuring HttpMethodOverrideMiddleware

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

Constructors

Name Description
HttpMethodOverrideOptions()

Properties

Name Description
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