Posts by Renée Bolivar • 23 points
2 posts
-
2
votes1
answer282
viewsQ: Creating ASP.NET Core File Folder
Hello I am generating a file folder via code, but it n appears as if in fact it is inside the project/solution, like this: I would like to create (via code) the file folder so that it is actually…
-
0
votes1
answer90
viewsA: Passing code to cshtml page Asp.net core Razor
I didn’t quite understand the question, but you can try using Viewdata to send data from a file . Cs to a . cshtml Example . Cs: public IActionResult Index(){ ViewData["Codigo"] = user; } Example .…