2 implementations of BeginForm
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
227
public MvcForm
BeginForm
(
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1427
public MvcForm
BeginForm
(
13 references to BeginForm
Microsoft.AspNetCore.Mvc.ViewFeatures (11)
Rendering\HtmlHelperFormExtensions.cs (11)
27
return htmlHelper.
BeginForm
(
57
return htmlHelper.
BeginForm
(
82
return htmlHelper.
BeginForm
(
115
return htmlHelper.
BeginForm
(
155
return htmlHelper.
BeginForm
(
186
return htmlHelper.
BeginForm
(
215
return htmlHelper.
BeginForm
(
252
return htmlHelper.
BeginForm
(
283
return htmlHelper.
BeginForm
(
322
return htmlHelper.
BeginForm
(
359
return 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