2 implementations of BeginRouteForm
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
245public MvcForm BeginRouteForm(
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1438public MvcForm BeginRouteForm(
10 references to BeginRouteForm
Microsoft.AspNetCore.Mvc.ViewFeatures (8)
Rendering\HtmlHelperFormExtensions.cs (8)
390return htmlHelper.BeginRouteForm( 425return htmlHelper.BeginRouteForm( 449return htmlHelper.BeginRouteForm( 478return htmlHelper.BeginRouteForm( 512return htmlHelper.BeginRouteForm( 540return htmlHelper.BeginRouteForm( 576return htmlHelper.BeginRouteForm( 610return htmlHelper.BeginRouteForm(
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperFormExtensionsTest.cs (1)
12/// <see cref="IHtmlHelper.BeginRouteForm"/> methods.
Rendering\HtmlHelperFormTest.cs (1)
16/// <see cref="IHtmlHelper.BeginRouteForm"/>methods.