-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ViewDataDictionary does not get activated via Activate attribute in TagHelpers #1732
Comments
Currently Note users can give themselves a [Activate]
public ViewContext ViewContext { get; set; }
private ViewDataDictionary ViewData
{
get
{
return ViewContext?.ViewData;
}
} |
It ends up being inconsistent with activation in Razor pages and View components. |
Further support for activating |
Shouldn't we address the lot in that case? |
In this scenario, the
ViewDataDictionary
is not getting activated.The text was updated successfully, but these errors were encountered: