FormContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
目前 < 表單 > 的相關資訊。
public ref class FormContext
public class FormContext
type FormContext = class
Public Class FormContext
- 繼承
-
FormContext
備註
除非啟用標籤協助程式,否則檢視中的常 < 值表單 > 專案將會共用預設 FormContext 實例。
建構函式
FormContext() |
目前 < 表單 > 的相關資訊。 |
屬性
CanRenderAtEndOfForm |
取得或設定是否可在這個 < 表單 > 專案內容結尾轉譯額外的內容。 也就是說, EndOfFormContent 將會在 /form > 結束標記之前 < 轉譯。 |
EndOfFormContent |
取得應該在下一 < 個 IHtmlContent /form > 結束標記之前轉譯的集合。 除非 是 |
FormData |
取得您想要在實作或擴充方法中 IHtmlHelper 與 < 表單/ > 產生關聯之任何資訊的屬性包。 |
HasAntiforgeryToken |
取得或設定目前 < 表單 > 專案包含反分叉標記的指示。 除非 是 |
HasEndOfFormContent |
取得已使用集合且可能包含專案的指示 EndOfFormContent 。 |
HasFormData |
取得已使用屬性包且可能包含專案的指示 FormData 。 |
方法
RenderedField(String) |
根據 Microsoft.AspNetCore.Mvc.ViewFeatures.FormContext.RenderedFields 指定的 |
RenderedField(String, Boolean) |
Microsoft.AspNetCore.Mvc.ViewFeatures.FormContext.RenderedFields更新表示 |