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

貢獻者指南