2 implementations of BeginForm
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
227public MvcForm BeginForm(
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1427public MvcForm BeginForm(
13 references to BeginForm
Microsoft.AspNetCore.Mvc.ViewFeatures (11)
Rendering\HtmlHelperFormExtensions.cs (11)
27return htmlHelper.BeginForm( 57return htmlHelper.BeginForm( 82return htmlHelper.BeginForm( 115return htmlHelper.BeginForm( 155return htmlHelper.BeginForm( 186return htmlHelper.BeginForm( 215return htmlHelper.BeginForm( 252return htmlHelper.BeginForm( 283return htmlHelper.BeginForm( 322return htmlHelper.BeginForm( 359return htmlHelper.BeginForm(
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperFormExtensionsTest.cs (1)
11/// Tests the <see cref="IHtmlHelper"/>'s <see cref="IHtmlHelper.BeginForm"/> and
Rendering\HtmlHelperFormTest.cs (1)
15/// Tests the <see cref="IHtmlHelper"/>'s <see cref="IHtmlHelper.BeginForm"/> and