WebClientHelper.GetHtml Method

HD.Common

WebClientHelperGetHtml Method Helper帮助文档
获取网页源代码

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string GetHtml(
	string url
)
Public Function GetHtml ( 
	url As String
) As String
public:
String^ GetHtml(
	String^ url
)
member GetHtml : 
        url : string -> string 

Parameters

url
Type: SystemString
网址

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.WebClientHelper.GetHtml(System.String)"]

See Also

Reference