FormContext.EndOfFormContent Property

Definition

Gets an IHtmlContent collection that should be rendered just prior to the next </form> end tag. Do not use unless CanRenderAtEndOfForm is true.

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)

Property Value

Applies to