63 instantiations of TempDataAttribute
BasicWebSite (2)
Controllers\TempDataPropertyController.cs (2)
11[TempData] 14[TempData]
Identity.ExternalClaims (6)
Pages\Account\ExternalLogin.cshtml.cs (1)
40[TempData]
Pages\Account\Login.cshtml.cs (1)
36[TempData]
Pages\Account\Manage\ChangePassword.cshtml.cs (1)
36[TempData]
Pages\Account\Manage\ExternalLogins.cshtml.cs (1)
35[TempData]
Pages\Account\Manage\Index.cshtml.cs (1)
38[TempData]
Pages\Account\Manage\SetPassword.cshtml.cs (1)
32[TempData]
IdentitySample.DefaultUI (1)
Areas\Identity\Pages\Account\Manage\Index.cshtml.cs (1)
27[TempData]
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]
Microsoft.AspNetCore.Mvc.RazorPages.Test (9)
ApplicationModels\TempDataFilterPageApplicationModelProviderTest.cs (6)
151[TempData] 159[TempData] 165[TempData] 171[TempData] 174[TempData] 177[TempData]
Filters\PageSaveTempDataPropertyFilterFactoryTest.cs (1)
44[TempData]
Filters\PageSaveTempDataPropertyFilterTest.cs (2)
215[TempData] 218[TempData]
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (8)
Filters\ControllerSaveTempDataPropertyFilterFactoryTest.cs (1)
40[TempData]
Filters\ControllerSaveTempDataPropertyFilterTest.cs (2)
213[TempData] 216[TempData]
Filters\TempDataApplicationModelProviderTest.cs (5)
132[TempData] 138[TempData] 144[TempData] 147[TempData] 150[TempData]
RazorPagesWebSite (1)
TempData\TempDataPageModel.cs (1)
11[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"/>