RequestDelegateFactoryOptions.DisableInferBodyFromParameters Property

Definition

Prevent the RequestDelegateFactory from inferring a parameter should be bound from the request body without an attribute that implements IFromBodyMetadata.

public bool DisableInferBodyFromParameters { get; init; }
member this.DisableInferBodyFromParameters : bool with get, set
Public Property DisableInferBodyFromParameters As Boolean

Property Value

Applies to