Freigeben über


FormContext.EndOfFormContent Eigenschaft

Definition

Ruft eine IHtmlContent Auflistung ab, die unmittelbar vor dem nächsten </form-Endtag> gerendert werden soll. Verwenden Sie nicht, es sei denn CanRenderAtEndOfForm , ist 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)

Eigenschaftswert

Gilt für: