manceeee
manceeee
CC#
Created by manceeee on 2/24/2023 in #help
❔ MVC Enumerate
My assignment wants me to use the POST action, the reasoning behind the GET action was because when the page first loads it's passed nothing. That's what I was told to do anyways.
17 replies
CC#
Created by manceeee on 2/24/2023 in #help
❔ MVC Enumerate
So I'm passing my model strings and an integer and I want a list of strings back. Where should I declare that?
17 replies
CC#
Created by manceeee on 2/24/2023 in #help
❔ MVC Enumerate
Here is fine. I am new to C# and MVC (started learning it a couple weeks ago in college). I know that I need to return multiple strings in the forms of hexadecimal values. I just need to know how to get those through in such format. My reasoning behind using IEnumerable is I thought I would need to go through a list of strings and output each of them on my view. Obviously it isn't working as intended and thats what I was hoping to get help with.
17 replies
CC#
Created by manceeee on 2/24/2023 in #help
❔ MVC Enumerate
17 replies