Compartir a través de


FormContext.EndOfFormContent Propiedad

Definición

Obtiene una IHtmlContent colección que se debe representar justo antes de la siguiente <etiqueta /form> end. No use a menos que CanRenderAtEndOfForm sea 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 de propiedad

Se aplica a