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

プロパティ値

属性

適用対象