EditForm.Enhance Property

Definition

If enabled, form submission is performed without fully reloading the page. This is equivalent to adding data-enhance to the form.

This flag is only relevant in server-side rendering (SSR) scenarios. For interactive rendering, the flag has no effect since there is no full-page reload on submit anyway.

[Microsoft.AspNetCore.Components.Parameter]
public bool Enhance { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Enhance : bool with get, set
Public Property Enhance As Boolean

Property Value

Attributes

Applies to