8 instantiations of ViewDataDictionary
Microsoft.AspNetCore.Mvc.TagHelpers (1)
PartialTagHelper.cs (1)
202var newViewData = new ViewDataDictionary<object>(baseViewData, model);
Microsoft.AspNetCore.Mvc.ViewFeatures (7)
HtmlHelper.cs (1)
546var newViewData = new ViewDataDictionary<object>(baseViewData, model);
HtmlHelperOfT.cs (2)
73ViewData = new ViewDataDictionary<TModel>(viewContext.ViewData, viewContext.ViewData.Model); 156new ViewDataDictionary<TModelItem>(ViewData, model: null),
TemplateBuilder.cs (1)
74var viewData = new ViewDataDictionary<object>(_viewData);
ViewComponent.cs (1)
214var viewData = new ViewDataDictionary<TModel?>(ViewData, model);
ViewComponents\ViewComponentContext.cs (1)
61new ViewDataDictionary<object>(viewContext.ViewData),
ViewDataDictionaryOfT.cs (1)
44/// <see cref="ViewDataDictionary{TModel}(ViewDataDictionary, object)"/> to ignore <c>source.Model</c>.
172 references to ViewDataDictionary
Microsoft.AspNetCore.Identity.UI (124)
_generated\0\AccessDenied_cshtml.g.cs (2)
74public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<AccessDeniedModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<AccessDeniedModel>)PageContext?.ViewData!;
_generated\1\ConfirmEmail_cshtml.g.cs (2)
121public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ConfirmEmailModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ConfirmEmailModel>)PageContext?.ViewData!;
_generated\10\Logout_cshtml.g.cs (2)
171public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LogoutModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LogoutModel>)PageContext?.ViewData!;
_generated\11\ChangePassword_cshtml.g.cs (2)
423public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ChangePasswordModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ChangePasswordModel>)PageContext?.ViewData!;
_generated\12\DeletePersonalData_cshtml.g.cs (2)
271public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<DeletePersonalDataModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<DeletePersonalDataModel>)PageContext?.ViewData!;
_generated\13\Disable2fa_cshtml.g.cs (2)
177public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Disable2faModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Disable2faModel>)PageContext?.ViewData!;
_generated\14\DownloadPersonalData_cshtml.g.cs (2)
122public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<DownloadPersonalDataModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<DownloadPersonalDataModel>)PageContext?.ViewData!;
_generated\15\Email_cshtml.g.cs (2)
429public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<EmailModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<EmailModel>)PageContext?.ViewData!;
_generated\16\EnableAuthenticator_cshtml.g.cs (2)
322public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<EnableAuthenticatorModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<EnableAuthenticatorModel>)PageContext?.ViewData!;
_generated\17\ExternalLogins_cshtml.g.cs (2)
430public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ExternalLoginsModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ExternalLoginsModel>)PageContext?.ViewData!;
_generated\18\GenerateRecoveryCodes_cshtml.g.cs (2)
180public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<GenerateRecoveryCodesModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<GenerateRecoveryCodesModel>)PageContext?.ViewData!;
_generated\19\Index_cshtml.g.cs (2)
322public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<IndexModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<IndexModel>)PageContext?.ViewData!;
_generated\2\ConfirmEmailChange_cshtml.g.cs (2)
121public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ConfirmEmailChangeModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ConfirmEmailChangeModel>)PageContext?.ViewData!;
_generated\20\PersonalData_cshtml.g.cs (2)
182public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<PersonalDataModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<PersonalDataModel>)PageContext?.ViewData!;
_generated\21\ResetAuthenticator_cshtml.g.cs (2)
165public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetAuthenticatorModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetAuthenticatorModel>)PageContext?.ViewData!;
_generated\22\SetPassword_cshtml.g.cs (2)
337public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<SetPasswordModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<SetPasswordModel>)PageContext?.ViewData!;
_generated\23\ShowRecoveryCodes_cshtml.g.cs (2)
178public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ShowRecoveryCodesModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ShowRecoveryCodesModel>)PageContext?.ViewData!;
_generated\24\TwoFactorAuthentication_cshtml.g.cs (2)
464public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<TwoFactorAuthenticationModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<TwoFactorAuthenticationModel>)PageContext?.ViewData!;
_generated\3\ExternalLogin_cshtml.g.cs (2)
276public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ExternalLoginModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ExternalLoginModel>)PageContext?.ViewData!;
_generated\30\Register_cshtml.g.cs (2)
541public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterModel>)PageContext?.ViewData!;
_generated\31\RegisterConfirmation_cshtml.g.cs (2)
117public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterConfirmationModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterConfirmationModel>)PageContext?.ViewData!;
_generated\32\ResendEmailConfirmation_cshtml.g.cs (2)
239public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResendEmailConfirmationModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResendEmailConfirmationModel>)PageContext?.ViewData!;
_generated\33\ResetPassword_cshtml.g.cs (2)
414public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetPasswordModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetPasswordModel>)PageContext?.ViewData!;
_generated\34\ResetPasswordConfirmation_cshtml.g.cs (2)
112public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetPasswordConfirmationModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetPasswordConfirmationModel>)PageContext?.ViewData!;
_generated\37\Error_cshtml.g.cs (2)
95public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ErrorModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ErrorModel>)PageContext?.ViewData!;
_generated\4\ForgotPassword_cshtml.g.cs (2)
241public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ForgotPasswordModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ForgotPasswordModel>)PageContext?.ViewData!;
_generated\42\AccessDenied_cshtml.g.cs (2)
74public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<AccessDeniedModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<AccessDeniedModel>)PageContext?.ViewData!;
_generated\43\ConfirmEmail_cshtml.g.cs (2)
121public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ConfirmEmailModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ConfirmEmailModel>)PageContext?.ViewData!;
_generated\44\ConfirmEmailChange_cshtml.g.cs (2)
121public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ConfirmEmailChangeModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ConfirmEmailChangeModel>)PageContext?.ViewData!;
_generated\45\ExternalLogin_cshtml.g.cs (2)
282public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ExternalLoginModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ExternalLoginModel>)PageContext?.ViewData!;
_generated\46\ForgotPassword_cshtml.g.cs (2)
247public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ForgotPasswordModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ForgotPasswordModel>)PageContext?.ViewData!;
_generated\47\ForgotPasswordConfirmation_cshtml.g.cs (2)
74public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ForgotPasswordConfirmation> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ForgotPasswordConfirmation>)PageContext?.ViewData!;
_generated\48\Lockout_cshtml.g.cs (2)
74public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LockoutModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LockoutModel>)PageContext?.ViewData!;
_generated\49\Login_cshtml.g.cs (2)
602public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginModel>)PageContext?.ViewData!;
_generated\5\ForgotPasswordConfirmation_cshtml.g.cs (2)
74public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ForgotPasswordConfirmation> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ForgotPasswordConfirmation>)PageContext?.ViewData!;
_generated\50\LoginWith2fa_cshtml.g.cs (2)
378public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginWith2faModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginWith2faModel>)PageContext?.ViewData!;
_generated\51\LoginWithRecoveryCode_cshtml.g.cs (2)
253public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginWithRecoveryCodeModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginWithRecoveryCodeModel>)PageContext?.ViewData!;
_generated\52\Logout_cshtml.g.cs (2)
171public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LogoutModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LogoutModel>)PageContext?.ViewData!;
_generated\53\ChangePassword_cshtml.g.cs (2)
434public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ChangePasswordModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ChangePasswordModel>)PageContext?.ViewData!;
_generated\54\DeletePersonalData_cshtml.g.cs (2)
275public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<DeletePersonalDataModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<DeletePersonalDataModel>)PageContext?.ViewData!;
_generated\55\Disable2fa_cshtml.g.cs (2)
175public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Disable2faModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Disable2faModel>)PageContext?.ViewData!;
_generated\56\DownloadPersonalData_cshtml.g.cs (2)
122public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<DownloadPersonalDataModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<DownloadPersonalDataModel>)PageContext?.ViewData!;
_generated\57\Email_cshtml.g.cs (2)
463public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<EmailModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<EmailModel>)PageContext?.ViewData!;
_generated\58\EnableAuthenticator_cshtml.g.cs (2)
326public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<EnableAuthenticatorModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<EnableAuthenticatorModel>)PageContext?.ViewData!;
_generated\59\ExternalLogins_cshtml.g.cs (2)
430public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ExternalLoginsModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ExternalLoginsModel>)PageContext?.ViewData!;
_generated\6\Lockout_cshtml.g.cs (2)
74public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LockoutModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LockoutModel>)PageContext?.ViewData!;
_generated\60\GenerateRecoveryCodes_cshtml.g.cs (2)
178public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<GenerateRecoveryCodesModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<GenerateRecoveryCodesModel>)PageContext?.ViewData!;
_generated\61\Index_cshtml.g.cs (2)
331public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<IndexModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<IndexModel>)PageContext?.ViewData!;
_generated\62\PersonalData_cshtml.g.cs (2)
180public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<PersonalDataModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<PersonalDataModel>)PageContext?.ViewData!;
_generated\63\ResetAuthenticator_cshtml.g.cs (2)
163public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetAuthenticatorModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetAuthenticatorModel>)PageContext?.ViewData!;
_generated\64\SetPassword_cshtml.g.cs (2)
345public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<SetPasswordModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<SetPasswordModel>)PageContext?.ViewData!;
_generated\65\ShowRecoveryCodes_cshtml.g.cs (2)
178public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ShowRecoveryCodesModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ShowRecoveryCodesModel>)PageContext?.ViewData!;
_generated\66\TwoFactorAuthentication_cshtml.g.cs (2)
464public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<TwoFactorAuthenticationModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<TwoFactorAuthenticationModel>)PageContext?.ViewData!;
_generated\7\Login_cshtml.g.cs (2)
589public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginModel>)PageContext?.ViewData!;
_generated\72\Register_cshtml.g.cs (2)
551public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterModel>)PageContext?.ViewData!;
_generated\73\RegisterConfirmation_cshtml.g.cs (2)
117public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterConfirmationModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterConfirmationModel>)PageContext?.ViewData!;
_generated\74\ResendEmailConfirmation_cshtml.g.cs (2)
245public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResendEmailConfirmationModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResendEmailConfirmationModel>)PageContext?.ViewData!;
_generated\75\ResetPassword_cshtml.g.cs (2)
426public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetPasswordModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetPasswordModel>)PageContext?.ViewData!;
_generated\76\ResetPasswordConfirmation_cshtml.g.cs (2)
112public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetPasswordConfirmationModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetPasswordConfirmationModel>)PageContext?.ViewData!;
_generated\79\Error_cshtml.g.cs (2)
95public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ErrorModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ErrorModel>)PageContext?.ViewData!;
_generated\8\LoginWith2fa_cshtml.g.cs (2)
373public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginWith2faModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginWith2faModel>)PageContext?.ViewData!;
_generated\9\LoginWithRecoveryCode_cshtml.g.cs (2)
247public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginWithRecoveryCodeModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginWithRecoveryCodeModel>)PageContext?.ViewData!;
Microsoft.AspNetCore.Mvc.Razor (2)
RazorPageOfT.cs (1)
24public ViewDataDictionary<TModel> ViewData { get; set; } = default!;
RazorPagePropertyActivator.cs (1)
35_viewDataDictionaryType = typeof(ViewDataDictionary<>).MakeGenericType(viewDataDictionaryModelType);
Microsoft.AspNetCore.Mvc.TagHelpers (1)
PartialTagHelper.cs (1)
202var newViewData = new ViewDataDictionary<object>(baseViewData, model);
Microsoft.AspNetCore.Mvc.ViewFeatures (45)
ExpressionMetadataProvider.cs (1)
16ViewDataDictionary<TModel> viewData,
HtmlHelper.cs (1)
546var newViewData = new ViewDataDictionary<object>(baseViewData, model);
HtmlHelperOfT.cs (3)
45public new ViewDataDictionary<TModel> ViewData { get; private set; } 60ViewData = viewContext.ViewData as ViewDataDictionary<TModel>; 83typeof(ViewDataDictionary<TModel>).FullName),
IModelExpressionProvider.cs (4)
16/// <typeparam name="TModel">The type of the <paramref name="viewData"/>'s <see cref="ViewDataDictionary{T}.Model"/>.</typeparam> 18/// <param name="viewData">The <see cref="ViewDataDictionary{TModel}"/> containing the <see cref="ViewDataDictionary{T}.Model"/> 23ViewDataDictionary<TModel> viewData,
ModelExpressionProvider.cs (5)
46ViewDataDictionary<TModel> viewData, 66/// <typeparam name="TModel">The type of the <paramref name="viewData"/>'s <see cref="ViewDataDictionary{T}.Model"/>.</typeparam> 67/// <param name="viewData">The <see cref="ViewDataDictionary{TModel}"/> containing the <see cref="ViewDataDictionary{T}.Model"/> 72ViewDataDictionary<TModel> viewData,
Rendering\HtmlHelperDisplayExtensions.cs (7)
58/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template. 139/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template. 255/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template. 332/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template. 439/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template. 501/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template. 578/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template.
Rendering\HtmlHelperEditorExtensions.cs (7)
58/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template. 136/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template. 248/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template. 321/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template. 424/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template. 486/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template. 563/// <see cref="ViewFeatures.ViewDataDictionary{TModel}"/> instance created for the template.
Rendering\IHtmlHelper.cs (2)
210/// view data that will be merged into the <see cref="ViewDataDictionary{TModel}"/> instance created for the 302/// view data that will be merged into the <see cref="ViewDataDictionary{TModel}"/> instance created for the
Rendering\IHtmlHelperOfT.cs (3)
19new ViewDataDictionary<TModel> ViewData { get; } 60/// view data that will be merged into the <see cref="ViewDataDictionary{TModel}"/> instance created for the 161/// view data that will be merged into the <see cref="ViewDataDictionary{TModel}"/> instance created for the
TemplateBuilder.cs (1)
74var viewData = new ViewDataDictionary<object>(_viewData);
ViewComponent.cs (1)
214var viewData = new ViewDataDictionary<TModel?>(ViewData, model);
ViewDataDictionary.cs (2)
51/// <see cref="Type"/> will not change e.g. when copying from a <see cref="ViewDataDictionary{TModel}"/> 143/// <see cref="ViewDataDictionary{TModel}"/> instance.
ViewDataDictionaryFactory.cs (2)
16var type = typeof(ViewDataDictionary<>).MakeGenericType(modelType); 37var type = typeof(ViewDataDictionary<>).MakeGenericType(modelType);
ViewDataDictionaryOfT.cs (6)
17/// Initializes a new instance of the <see cref="ViewDataDictionary{TModel}"/> class. 20/// For use when creating a <see cref="ViewDataDictionary{TModel}"/> for a new top-level scope. 32/// Initializes a new instance of the <see cref="ViewDataDictionary{TModel}"/> class based in part on an 39/// <see cref="ViewDataDictionary"/> instance to a <see cref="ViewDataDictionary{TModel}"/> instance. 55/// Initializes a new instance of the <see cref="ViewDataDictionary{TModel}"/> class based in part on an 79/// Initializes a new instance of the <see cref="ViewDataDictionary{TModel}"/> class.