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

속성 값

특성

적용 대상