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)

属性值

适用于