stayclaxxy
stayclaxxy
CC#
Created by stayclaxxy on 7/18/2024 in #help
MVC w/ Razor View - Form POST
Figured it out using a forEach, the name of the variable inside of the forEach needs to match the parameter of the controller action.
13 replies
CC#
Created by stayclaxxy on 7/18/2024 in #help
MVC w/ Razor View - Form POST
very odd.
13 replies
CC#
Created by stayclaxxy on 7/18/2024 in #help
MVC w/ Razor View - Form POST
No description
13 replies
CC#
Created by stayclaxxy on 7/18/2024 in #help
MVC w/ Razor View - Form POST
Yeah it does, I've changed the code a bit and got it to hit the controller method now.
13 replies
CC#
Created by stayclaxxy on 7/18/2024 in #help
MVC w/ Razor View - Form POST
Regardless, still stuck on this issue and cannot figure out why.
13 replies
CC#
Created by stayclaxxy on 7/18/2024 in #help
MVC w/ Razor View - Form POST
Sorry, that’s what I meant.
13 replies
CC#
Created by stayclaxxy on 10/6/2023 in #help
❔ Calling an Azure AD protected Web API endpoint from an Azure AD protected Web App [.NET 7]
I am also kind of wondering if my azure registrations are incorrect, i'm not an azure guru sadly, and just trying to learn as I go
9 replies
CC#
Created by stayclaxxy on 10/6/2023 in #help
❔ Calling an Azure AD protected Web API endpoint from an Azure AD protected Web App [.NET 7]
ironically, i've already read these haha. I wasn't going the IDownstreamApi route, and was just going to call the API using an injected httpclient.
9 replies
CC#
Created by stayclaxxy on 10/6/2023 in #help
❔ Calling an Azure AD protected Web API endpoint from an Azure AD protected Web App [.NET 7]
I was just trying to get the access_token manually via the HttpContext, but when I use GetTokenAsync("access_token") it always returns null, and I've injected the HttpContext into my controller.
9 replies
CC#
Created by stayclaxxy on 10/6/2023 in #help
❔ Calling an Azure AD protected Web API endpoint from an Azure AD protected Web App [.NET 7]
I'm not familiar with IDownstreamAPI, could you link the docs by chance?
9 replies
CC#
Created by Down on 1/26/2023 in #help
problem with reading file in xamarin forms
maybe try debugging a bit, outputting the current directory, listing directory contents through code, seeing if it can see the file, etc
11 replies
CC#
Created by Down on 1/26/2023 in #help
problem with reading file in xamarin forms
if so File.ReadAllText("MOCK_DATA.json"); should work fine
11 replies
CC#
Created by Down on 1/26/2023 in #help
problem with reading file in xamarin forms
and it's in the same exact folder as the executable/dll?
11 replies
CC#
Created by Down on 1/26/2023 in #help
problem with reading file in xamarin forms
make sure the file exists wherever the app is compiling to
11 replies
CC#
Created by Down on 1/26/2023 in #help
problem with reading file in xamarin forms
Try taking the ../ off
11 replies