44 references to ModelOnly
IdentitySample.Mvc (11)
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Account_ExternalLoginConfirmation_cshtml.g.cs (1)
138ModelOnly
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Account_Login_cshtml.g.cs (1)
150ModelOnly
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Account_Register_cshtml.g.cs (1)
128ModelOnly
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Account_ResetPassword_cshtml.g.cs (1)
129ModelOnly
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Account_UseRecoveryCode_cshtml.g.cs (1)
128ModelOnly
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Account_VerifyAuthenticatorCode_cshtml.g.cs (1)
131ModelOnly
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Account_VerifyCode_cshtml.g.cs (1)
129ModelOnly
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Manage_AddPhoneNumber_cshtml.g.cs (1)
128ModelOnly
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Manage_ChangePassword_cshtml.g.cs (1)
128ModelOnly
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Manage_SetPassword_cshtml.g.cs (1)
118ModelOnly
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Manage_VerifyPhoneNumber_cshtml.g.cs (1)
164ModelOnly
Microsoft.AspNetCore.Identity.UI (24)
Areas_Identity_Pages_V4_Account_ExternalLogin_cshtml.g.cs (1)
115ModelOnly
Areas_Identity_Pages_V4_Account_ForgotPassword_cshtml.g.cs (1)
95ModelOnly
Areas_Identity_Pages_V4_Account_Login_cshtml.g.cs (1)
107ModelOnly
Areas_Identity_Pages_V4_Account_LoginWith2fa_cshtml.g.cs (1)
123ModelOnly
Areas_Identity_Pages_V4_Account_LoginWithRecoveryCode_cshtml.g.cs (1)
102ModelOnly
Areas_Identity_Pages_V4_Account_Manage_ChangePassword_cshtml.g.cs (1)
130ModelOnly
Areas_Identity_Pages_V4_Account_Manage_DeletePersonalData_cshtml.g.cs (1)
104ModelOnly
Areas_Identity_Pages_V4_Account_Manage_EnableAuthenticator_cshtml.g.cs (1)
250ModelOnly
Areas_Identity_Pages_V4_Account_Manage_Index_cshtml.g.cs (1)
127ModelOnly
Areas_Identity_Pages_V4_Account_Manage_SetPassword_cshtml.g.cs (1)
118ModelOnly
Areas_Identity_Pages_V4_Account_Register_cshtml.g.cs (1)
100ModelOnly
Areas_Identity_Pages_V4_Account_ResetPassword_cshtml.g.cs (1)
97ModelOnly
Areas_Identity_Pages_V5_Account_ExternalLogin_cshtml.g.cs (1)
118ModelOnly
Areas_Identity_Pages_V5_Account_ForgotPassword_cshtml.g.cs (1)
98ModelOnly
Areas_Identity_Pages_V5_Account_Login_cshtml.g.cs (1)
112ModelOnly
Areas_Identity_Pages_V5_Account_LoginWith2fa_cshtml.g.cs (1)
125ModelOnly
Areas_Identity_Pages_V5_Account_LoginWithRecoveryCode_cshtml.g.cs (1)
105ModelOnly
Areas_Identity_Pages_V5_Account_Manage_ChangePassword_cshtml.g.cs (1)
134ModelOnly
Areas_Identity_Pages_V5_Account_Manage_DeletePersonalData_cshtml.g.cs (1)
106ModelOnly
Areas_Identity_Pages_V5_Account_Manage_EnableAuthenticator_cshtml.g.cs (1)
253ModelOnly
Areas_Identity_Pages_V5_Account_Manage_Index_cshtml.g.cs (1)
131ModelOnly
Areas_Identity_Pages_V5_Account_Manage_SetPassword_cshtml.g.cs (1)
121ModelOnly
Areas_Identity_Pages_V5_Account_Register_cshtml.g.cs (1)
103ModelOnly
Areas_Identity_Pages_V5_Account_ResetPassword_cshtml.g.cs (1)
102ModelOnly
Microsoft.AspNetCore.Mvc.TagHelpers (3)
ValidationSummaryTagHelper.cs (3)
46/// If <see cref="ValidationSummary.All"/> or <see cref="ValidationSummary.ModelOnly"/>, appends a validation 62case ValidationSummary.ModelOnly: 92excludePropertyErrors: ValidationSummary == ValidationSummary.ModelOnly,
Microsoft.AspNetCore.Mvc.TagHelpers.Test (6)
ValidationSummaryTagHelperTest.cs (6)
176ValidationSummary = ValidationSummary.ModelOnly, 205[InlineData(ValidationSummary.ModelOnly)] 337[InlineData(ValidationSummary.ModelOnly, true)] 414ValidationSummary = ValidationSummary.ModelOnly, 509[InlineData(ValidationSummary.ModelOnly)] 567[InlineData(ValidationSummary.All | ValidationSummary.ModelOnly)]