Add HTTP Client in .Net Maui #216
Unanswered
softdevinc2
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to utilize the Going.Plaid package inside a .Net Maui app (i.e. not a Blazor Hybrid). I copied the code from the Quick Start example below.
I need to understand how I can access the HttpClient created in the first statement builder.Service.AddHttpClient(); In the Quick Start app an inject statement was utilized to make the HttpClient available in the c# code. How can I accomplish the same in a .Net Maui application?
Beta Was this translation helpful? Give feedback.
All reactions