共用方式為


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 實例時。

適用於