ViewContext.FormContext プロパティ

定義

レンダリングされるフォーム要素の を FormContext 取得または設定します。 フォームが現在レンダリングされていない場合は、既定のコンテキストが返されます。

public:
 virtual property Microsoft::AspNetCore::Mvc::ViewFeatures::FormContext ^ FormContext { Microsoft::AspNetCore::Mvc::ViewFeatures::FormContext ^ get(); void set(Microsoft::AspNetCore::Mvc::ViewFeatures::FormContext ^ value); };
public virtual Microsoft.AspNetCore.Mvc.ViewFeatures.FormContext FormContext { get; set; }
member this.FormContext : Microsoft.AspNetCore.Mvc.ViewFeatures.FormContext with get, set
Public Overridable Property FormContext As FormContext

プロパティ値

適用対象