ModelBindingContext.Model Property

Definition

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.

Applies to