Asp.net – About HttpClient and Class Method
I'm still at the beginning level, and my question may be a little naive. Both HttpClient and directly calling class methods can request data from the server, so why use HttpClient instead of class methods? e.g. backend: public Class DataService…