36 instantiations of TempDataAttribute
Microsoft.AspNetCore.Identity.UI (36)
Areas\Identity\Pages\V4\Account\ConfirmEmail.cshtml.cs (1)
24[TempData]
Areas\Identity\Pages\V4\Account\ConfirmEmailChange.cshtml.cs (1)
24[TempData]
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (1)
48[TempData]
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (1)
46[TempData]
Areas\Identity\Pages\V4\Account\Manage\ChangePassword.cshtml.cs (1)
29[TempData]
Areas\Identity\Pages\V4\Account\Manage\Disable2fa.cshtml.cs (1)
21[TempData]
Areas\Identity\Pages\V4\Account\Manage\Email.cshtml.cs (1)
36[TempData]
Areas\Identity\Pages\V4\Account\Manage\EnableAuthenticator.cshtml.cs (2)
38[TempData] 45[TempData]
Areas\Identity\Pages\V4\Account\Manage\ExternalLogins.cshtml.cs (1)
40[TempData]
Areas\Identity\Pages\V4\Account\Manage\GenerateRecoveryCodes.cshtml.cs (2)
22[TempData] 29[TempData]
Areas\Identity\Pages\V4\Account\Manage\Index.cshtml.cs (1)
27[TempData]
Areas\Identity\Pages\V4\Account\Manage\ResetAuthenticator.cshtml.cs (1)
21[TempData]
Areas\Identity\Pages\V4\Account\Manage\SetPassword.cshtml.cs (1)
28[TempData]
Areas\Identity\Pages\V4\Account\Manage\ShowRecoveryCodes.cshtml.cs (2)
19[TempData] 26[TempData]
Areas\Identity\Pages\V4\Account\Manage\TwoFactorAuthentication.cshtml.cs (1)
46[TempData]
Areas\Identity\Pages\V5\Account\ConfirmEmail.cshtml.cs (1)
24[TempData]
Areas\Identity\Pages\V5\Account\ConfirmEmailChange.cshtml.cs (1)
24[TempData]
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (1)
48[TempData]
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (1)
46[TempData]
Areas\Identity\Pages\V5\Account\Manage\ChangePassword.cshtml.cs (1)
29[TempData]
Areas\Identity\Pages\V5\Account\Manage\Disable2fa.cshtml.cs (1)
21[TempData]
Areas\Identity\Pages\V5\Account\Manage\Email.cshtml.cs (1)
36[TempData]
Areas\Identity\Pages\V5\Account\Manage\EnableAuthenticator.cshtml.cs (2)
38[TempData] 45[TempData]
Areas\Identity\Pages\V5\Account\Manage\ExternalLogins.cshtml.cs (1)
40[TempData]
Areas\Identity\Pages\V5\Account\Manage\GenerateRecoveryCodes.cshtml.cs (2)
22[TempData] 29[TempData]
Areas\Identity\Pages\V5\Account\Manage\Index.cshtml.cs (1)
27[TempData]
Areas\Identity\Pages\V5\Account\Manage\ResetAuthenticator.cshtml.cs (1)
21[TempData]
Areas\Identity\Pages\V5\Account\Manage\SetPassword.cshtml.cs (1)
28[TempData]
Areas\Identity\Pages\V5\Account\Manage\ShowRecoveryCodes.cshtml.cs (2)
19[TempData] 26[TempData]
Areas\Identity\Pages\V5\Account\Manage\TwoFactorAuthentication.cshtml.cs (1)
46[TempData]
5 references to TempDataAttribute
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
Filters\SaveTempDataPropertyFilterBase.cs (3)
94var tempDataAttribute = property.GetCustomAttribute<TempDataAttribute>(); 128Resources.FormatTempDataProperties_PublicGetterSetter(property.DeclaringType.FullName, property.Name, nameof(TempDataAttribute)));
TempDataAttribute.cs (2)
11/// Properties decorated with <see cref="TempDataAttribute"/> will have their values stored in 12/// and loaded from the <see cref="ITempDataDictionary"/>. <see cref="TempDataAttribute"/>