HttpHelper.GetHtmlContent Method (String)

DCSoft.DBUtilityGeneric

HttpHelperGetHtmlContent Method (String)
获取html内容

Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetHtmlContent(
	string url
)

Parameters

url
Type: SystemString
URL地址

Return Value

Type: String
返回html内容
See Also