Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PowerShell 3.0 提供了一个非常不错的新 cmdlet,称为 Invoke-WebRequest。有没有办法在不直接调用 cmdlet 的情况下分别使用 C# 和 .NET 来利用其功能?它甚至基于.NET吗?
问候,凯文
您可以使用System.Net.HttpWebRequest来做同样的事情。你有一篇关于这个的代码项目文章。