2 implementations of BeginRouteForm
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
245
public MvcForm
BeginRouteForm
(
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1438
public MvcForm
BeginRouteForm
(
10 references to BeginRouteForm
Microsoft.AspNetCore.Mvc.ViewFeatures (8)
Rendering\HtmlHelperFormExtensions.cs (8)
390
return htmlHelper.
BeginRouteForm
(
425
return htmlHelper.
BeginRouteForm
(
449
return htmlHelper.
BeginRouteForm
(
478
return htmlHelper.
BeginRouteForm
(
512
return htmlHelper.
BeginRouteForm
(
540
return htmlHelper.
BeginRouteForm
(
576
return htmlHelper.
BeginRouteForm
(
610
return 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.