Transform @model DirectiveIntermediateNode into a custom directive node type. #5025
Labels
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
feature-razor-pages
task
Milestone
Today our GetModel resolution code assumes that the
DirectiveIntermediateNode
will be in the document. This isn't a safe assumption since we have a directive removal pass that nukes the existence of that node.Today this works but it's very fragile.
The text was updated successfully, but these errors were encountered: