共用方式為


FormContext.EndOfFormContent 屬性

定義

取得應該在下一個 IHtmlContent< /form > 結束標記之前轉譯的集合。 除非 CanRenderAtEndOfFormtrue ,否則請勿使用 。

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Html::IHtmlContent ^> ^ EndOfFormContent { System::Collections::Generic::IList<Microsoft::AspNetCore::Html::IHtmlContent ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Html.IHtmlContent> EndOfFormContent { get; }
member this.EndOfFormContent : System.Collections.Generic.IList<Microsoft.AspNetCore.Html.IHtmlContent>
Public ReadOnly Property EndOfFormContent As IList(Of IHtmlContent)

屬性值

適用於