Share via


EditForm.EditContext Property

Definition

Supplies the edit context explicitly. If using this parameter, do not also supply Model, since the model value will be taken from the Model property.

[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.Forms.EditContext EditContext { get; set; }
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.Forms.EditContext? EditContext { get; set; }

Property Value

Attributes

Applies to