FormContext.EndOfFormContent Propriété

Définition

Obtient une IHtmlContent collection qui doit être rendue juste avant la balise de fin /form> suivante<. N’utilisez pas, sauf si CanRenderAtEndOfForm est 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)

Valeur de propriété

S’applique à