2 references to HasEndOfFormContent
Microsoft.AspNetCore.Mvc.TagHelpers (1)
RenderAtEndOfFormTagHelper.cs (1)
52
if (formContext.
HasEndOfFormContent
)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\MvcForm.cs (1)
66
if (!formContext.
HasEndOfFormContent
)