This website works better with JavaScript.
Explore
Help
Register
Sign In
StudyGroup
/
HttpClientStudy
Watch
2
Star
0
Fork
You've already forked HttpClientStudy
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4a0b275560
HttpClientStudy
/
HttpClientStudy.Config
/
WebApiConfig.cs
8 lines
126 B
C#
Raw
Normal View
History
Unescape
Escape
配置
1 year ago
namespace
HttpClientStudy.Config
{
更新
1 year ago
public
class
WebApiConfig
配置
1 year ago
{
public
string
BaseUrl
{
get
;
set
;
}
}
}