Share via


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

屬性值

屬性

適用於