10 references to HasEndOfFormContent
Microsoft.AspNetCore.Mvc.TagHelpers (1)
RenderAtEndOfFormTagHelper.cs (1)
52if (formContext.HasEndOfFormContent)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (4)
InputTagHelperTest.cs (4)
451Assert.False(viewContext.FormContext.HasEndOfFormContent); 958Assert.False(viewContext.FormContext.HasEndOfFormContent); 1018Assert.False(viewContext.FormContext.HasEndOfFormContent); 1138Assert.False(viewContext.FormContext.HasEndOfFormContent);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\MvcForm.cs (1)
66if (!formContext.HasEndOfFormContent)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Rendering\HtmlHelperCheckboxTest.cs (4)
160Assert.True(helper.ViewContext.FormContext.HasEndOfFormContent); 185Assert.False(helper.ViewContext.FormContext.HasEndOfFormContent); 226Assert.True(helper.ViewContext.FormContext.HasEndOfFormContent); 252Assert.False(helper.ViewContext.FormContext.HasEndOfFormContent);