Skip to content

InferParameterBindingInfoConvention sets BindingSource = Body when BinderType is specified but not a source #4929

Closed
@pranavkm

Description

@pranavkm

Consider: BindingInfo.BinderType = typeof(SomeBinder); BindingInfo.BindingSource = null;

InferParameterBindingInfoConvention ignores the BinderType and will infer the BindingSource based on the parameter type \ presence in route dictionary.

Metadata

Metadata

Assignees

Labels

area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesbugThis issue describes a behavior which is not expected - a bug.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions