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.

public:
 property Microsoft::AspNetCore::Components::Forms::EditContext ^ EditContext { Microsoft::AspNetCore::Components::Forms::EditContext ^ get(); void set(Microsoft::AspNetCore::Components::Forms::EditContext ^ value); };
[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; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.EditContext : Microsoft.AspNetCore.Components.Forms.EditContext with get, set
Public Property EditContext As EditContext

Property Value

Attributes

Applies to