EditForm.Enhance Property
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.
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