Downloads a resource with the specified URI to a local file.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Example
Download the Microsoft.com home page.
Copy Code | |
---|---|
<WebDownload FileUri="http://www.microsoft.com/default.aspx" FileName="microsoft.html" /> |
Inheritance Hierarchy
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
See Also
Documentation version 1.0.0.0.