FormContext.EndOfFormContent プロパティ

定義

次<の IHtmlContent /form> 終了タグの直前にレンダリングする必要があるコレクションを取得します。 が trueでない限りCanRenderAtEndOfForm、使用しないでください。

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)

プロパティ値

適用対象