FormContext.CanRenderAtEndOfForm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定是否可在這個 < 表單 > 專案內容結尾轉譯額外內容的指示。 也就是說, 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 實例時。