9 references to Get
Microsoft.AspNetCore.Mvc.TagHelpers (1)
FormTagHelper.cs (1)
92/// or if the <c>method</c> is <see cref="FormMethod.Get"/>; <c>true</c> otherwise.</value>
Microsoft.AspNetCore.Mvc.ViewFeatures (8)
HtmlHelper.cs (5)
645case FormMethod.Get: 884/// <paramref name="method"/> is not <see cref="FormMethod.Get"/>. 917var shouldGenerateAntiforgery = antiforgery ?? method != FormMethod.Get; 942/// <paramref name="method"/> is not <see cref="FormMethod.Get"/>. 973var shouldGenerateAntiforgery = antiforgery ?? method != FormMethod.Get;
Rendering\HtmlHelperFormExtensions.cs (1)
134/// <paramref name="method"/> is not <see cref="FormMethod.Get"/>.
Rendering\IHtmlHelper.cs (2)
112/// <paramref name="method"/> is not <see cref="FormMethod.Get"/>. 148/// <paramref name="method"/> is not <see cref="FormMethod.Get"/>.