FormContext.CanRenderAtEndOfForm 속성

정의

이 <양식> 요소의 콘텐츠 끝에 추가 콘텐츠를 렌더링할 수 있는지 여부를 나타내는 표시를 가져오거나 설정합니다. 즉, EndOfFormContent /form> 끝 태그 바로 앞에 <렌더링됩니다.

public:
 property bool CanRenderAtEndOfForm { bool get(); void set(bool value); };
public bool CanRenderAtEndOfForm { get; set; }
member this.CanRenderAtEndOfForm : bool with get, set
Public Property CanRenderAtEndOfForm As Boolean

속성 값

true 프레임워크가 를 렌더링 EndOfFormContent하면 이고 false , 그렇지 않으면 입니다. 특히 true 현재 <양식>이 태그 도우미와 연결되어 있거나 HTML 도우미 false 에 의해 생성되는 경우( 기본 FormContext instance 사용하는 경우).

적용 대상