FormContext.EndOfFormContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an IHtmlContent collection that should be rendered just prior to the next </form>
end tag. Do not use unless CanRenderAtEndOfForm is 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)