EditContext(Object) Constructor

Definition

Constructs an instance of EditContext.

public:
 EditContext(System::Object ^ model);
public EditContext (object model);
new Microsoft.AspNetCore.Components.Forms.EditContext : obj -> Microsoft.AspNetCore.Components.Forms.EditContext
Public Sub New (model As Object)

Parameters

model
Object

The model object for the EditContext. This object should hold the data being edited, for example as a set of properties.

Applies to