31 writes to Method
ClaimsTransformation (1)
artifacts\obj\ClaimsTransformation\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views\Account\Login_cshtml.g.cs (1)
115__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_2.Value;
DynamicSchemes (1)
artifacts\obj\DynamicSchemes\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages\Index_cshtml.g.cs (1)
205__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_4.Value;
Microsoft.AspNetCore.Identity.UI (24)
ChangePassword_cshtml.g.cs (1)
372__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_7.Value;
DeletePersonalData_cshtml.g.cs (1)
219__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_5.Value;
Disable2fa_cshtml.g.cs (1)
144__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_2.Value;
Email_cshtml.g.cs (1)
378__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_13.Value;
EnableAuthenticator_cshtml.g.cs (1)
273__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_6.Value;
ExternalLogin_cshtml.g.cs (1)
228__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_4.Value;
ExternalLogins_cshtml.g.cs (2)
252__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_5.Value; 390__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_5.Value;
ForgotPassword_cshtml.g.cs (1)
190__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_4.Value;
GenerateRecoveryCodes_cshtml.g.cs (1)
147__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_2.Value;
Index_cshtml.g.cs (1)
271__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_4.Value;
Login_cshtml.g.cs (2)
408__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_11.Value; 531__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_11.Value;
LoginWith2fa_cshtml.g.cs (1)
274__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_4.Value;
LoginWithRecoveryCode_cshtml.g.cs (1)
202__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_6.Value;
Logout_cshtml.g.cs (1)
119__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_3.Value;
PersonalData_cshtml.g.cs (1)
110__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_2.Value;
Register_cshtml.g.cs (2)
359__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_6.Value; 482__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_6.Value;
ResendEmailConfirmation_cshtml.g.cs (1)
188__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_3.Value;
ResetAuthenticator_cshtml.g.cs (1)
132__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_2.Value;
ResetPassword_cshtml.g.cs (1)
363__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_6.Value;
SetPassword_cshtml.g.cs (1)
285__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_5.Value;
TwoFactorAuthentication_cshtml.g.cs (1)
257__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_2.Value;
Microsoft.AspNetCore.Mvc.TagHelpers (1)
FormTagHelper.cs (1)
261Method = Method ?? "get";
Microsoft.AspNetCore.Mvc.TagHelpers.Test (4)
FormTagHelperTest.cs (4)
60Method = "get" 220Method = "post", 278Method = "post", 416Method = method.ToString().ToLowerInvariant()
5 references to Method
Microsoft.AspNetCore.Mvc.TagHelpers (5)
FormTagHelper.cs (5)
153if (Method != null) 155output.CopyHtmlAttribute(nameof(Method), context); 204if (string.Equals(Method ?? "get", "get", StringComparison.OrdinalIgnoreCase)) 261Method = Method ?? "get"; 305if (string.Equals(Method, "get", StringComparison.OrdinalIgnoreCase))