ModelBindingContext.Model 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 model value for the current operation.
public:
abstract property System::Object ^ Model { System::Object ^ get(); void set(System::Object ^ value); };
public abstract object Model { get; set; }
public abstract object? Model { get; set; }
member this.Model : obj with get, set
Public MustOverride Property Model As Object
Property Value
Remarks
The Model will typically be set for a binding operation that works against a pre-existing model object to update certain properties.