dotnet/aspnetcore

make Partial Tag Helper's "view-data" attribute helperful

Open

#9,736 创建于 2019年4月25日

在 GitHub 查看
 (7 评论) (8 反应) (0 负责人)C# (10,653 fork)batch import
affected-fewarea-mvcbughelp wantedseverity-major

仓库指标

Star
 (37,933 star)
PR 合并指标
 (平均合并 16天 9小时) (30 天内合并 258 个 PR)

描述

<partial name="view" view-data-additionalItem="abc" /> 

The IDictionary<string,object> has a very helpful way to add item , But this line of code throw exception because view-data is null .

I suggestion to either support this razor syntax or add a new attribute to add addiontal item to the partial view and not effect the current view‘s ViewData

贡献者指南