NetExtrasDownloadWebPage Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string DownloadWebPage(
string url
)
Public Shared Function DownloadWebPage (
url As String
) As String
public:
static String^ DownloadWebPage(
String^ url
)
static member DownloadWebPage :
url : string -> string
Parameters
- url
- Type: SystemString
Return Value
Type:
String
See Also