EditForm.Enhance 属性

定义

如果启用,将执行表单提交,而无需完全重新加载页面。 这等效于将 添加到 data-enhance 窗体。

此标志仅在服务器端呈现 (SSR) 方案中相关。 对于交互式呈现,标志不起作用,因为提交时没有整页重载。

[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

属性值

属性

适用于