1 implementation of BindingInfo
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\ParameterModelBase.cs (1)
69public BindingInfo? BindingInfo { get; set; }
2 references to BindingInfo
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\IBindingModel.cs (2)
9/// An interface which is used to represent a something with a <see cref="BindingInfo"/>. 14/// The <see cref="BindingInfo"/>.