EditForm.EditContext プロパティ

定義

編集コンテキストを明示的に指定します。 このパラメーターを使用する場合は、 プロパティからModelモデル値が取得されるため、 も指定Modelしないでください。

public:
 property Microsoft::AspNetCore::Components::Forms::EditContext ^ EditContext { Microsoft::AspNetCore::Components::Forms::EditContext ^ get(); void set(Microsoft::AspNetCore::Components::Forms::EditContext ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.Forms.EditContext EditContext { get; set; }
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.Forms.EditContext? EditContext { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.EditContext : Microsoft.AspNetCore.Components.Forms.EditContext with get, set
Public Property EditContext As EditContext

プロパティ値

属性

適用対象