DEV Community

Discussion on: Add items dynamically in list in .net core

Collapse
 
neokuro profile image
Joshua Hughes

Creating my first MVC application, however I've gotten stuck a bit at the end. You reference a '_context' object, and yet in mine I don't seem able to access that. Is it an inherited member of the Controller, am I missing a reference, or did you construct it in some other tutorial?