PagePropertyModel.BindingInfo 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.
Gets or sets the BindingInfo associated with this model.
public:
property Microsoft::AspNetCore::Mvc::ModelBinding::BindingInfo ^ BindingInfo { Microsoft::AspNetCore::Mvc::ModelBinding::BindingInfo ^ get(); void set(Microsoft::AspNetCore::Mvc::ModelBinding::BindingInfo ^ value); };
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo BindingInfo { get; set; }
member this.BindingInfo : Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo with get, set
Public Property BindingInfo As BindingInfo