RequestDelegateFactoryOptions.DisableInferBodyFromParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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