EditContext(Object) Constructor
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.
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.