다음을 통해 공유


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

속성 값

적용 대상