5 writes to Method
Microsoft.AspNetCore.Mvc.TagHelpers (1)
FormTagHelper.cs (1)
261
Method
= Method ?? "get";
Microsoft.AspNetCore.Mvc.TagHelpers.Test (4)
FormTagHelperTest.cs (4)
60
Method
= "get"
220
Method
= "post",
278
Method
= "post",
416
Method
= method.ToString().ToLowerInvariant()
5 references to Method
Microsoft.AspNetCore.Mvc.TagHelpers (5)
FormTagHelper.cs (5)
153
if (
Method
!= null)
155
output.CopyHtmlAttribute(nameof(
Method
), context);
204
if (string.Equals(
Method
?? "get", "get", StringComparison.OrdinalIgnoreCase))
261
Method =
Method
?? "get";
305
if (string.Equals(
Method
, "get", StringComparison.OrdinalIgnoreCase))