Compartilhar via


FormContext.EndOfFormContent Propriedade

Definição

Obtém uma coleção IHtmlContent que deve ser renderizada logo antes da próxima <marca /form> end. Não use a menos que CanRenderAtEndOfForm seja 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)

Valor da propriedade

Aplica-se a