Is there any way to use a WebClient
in a .NET Core application?
If I build the application I get the following error:
Severity Code Description Project File Line
Error CS0246 The type or namespace name 'WebClient' could not be found (are you missing a using directive or an assembly reference?)
I think WebClient
is not a part of .NET Core, but is there any alternative?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…