Condividi tramite


FormContext.EndOfFormContent Proprietà

Definizione

Ottiene una IHtmlContent raccolta di cui eseguire il rendering subito prima del tag /form> end successivo<. Non usare a meno che CanRenderAtEndOfForm non sia 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)

Valore della proprietà

Si applica a