Questions tagged as 'asp.net-mvc'

1
answer

Submenu does not display when mounted on the server

Good day, I have a problem because when mounting the application on the server and doing the routine tests of the changes that were made I realized that the submenu that in theory should be displayed, does not, but if I execute the project if yo...
asked by 23.10.2018 / 22:16
2
answers

How to access a private static array from another class?

private static List<Receta> _recetas = new List<Receta> { //contenido array }; public List<Receta> GetRecetas() { return _recetas; } This is the code if I have a Get method but how do I access it from another class w...
asked by 12.07.2018 / 22:48
1
answer

asp.net mvc why can not I create a Session [""] in a class? [closed]

I find a big unknown and it is that it does not allow me to create a Session[""] in a class file only in a controller file. Does anyone know what this is about or how could I create one there?     
asked by 10.05.2018 / 20:47