UtilWebDownloadWebpage(Uri) Method
Downloads the source-code of an Url that points to an Html document.
Namespace: DevCase.Core.Networking.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string DownloadWebpage(
Uri uri
)
Public Shared Function DownloadWebpage (
uri As Uri
) As String
Dim uri As Uri
Dim returnValue As String
returnValue = UtilWeb.DownloadWebpage(uri)
public:
static String^ DownloadWebpage(
Uri^ uri
)
static member DownloadWebpage :
uri : Uri -> string
No code example is currently available or this language may not be supported.
- uri Uri
-
The Uri address.
String
The resulting source-code.
This is a code example.
No code example is currently available or this language may not be supported.
Dim html As String = DownloadWebpage(New Uri("http://www.elhacker.net/"))
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.