IParameterBindingMetadata Interface
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.
Exposes metadata about the parameter binding details associated with a parameter in the endpoints handler.
public interface IParameterBindingMetadata
type IParameterBindingMetadata = interface
Public Interface IParameterBindingMetadata
Remarks
This metadata is injected by the RequestDelegateFactory and RequestDelegateGenerator components and is primarily intended for consumption by the EndpointMetadataApiDescriptionProvider in ApiExplorer.
Properties
HasBindAsync |
|
HasTryParse |
|
IsOptional |
|
Name |
The name of the parameter. |
ParameterInfo |
The ParameterInfo associated with the parameter. |