HtmlHelper.Get_Http Method

HD.Common

HtmlHelperGet_Http Method Helper帮助文档
以GET方式抓取远程页面内容

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

public static string Get_Http(
	string tUrl
)
Public Shared Function Get_Http ( 
	tUrl As String
) As String
public:
static String^ Get_Http(
	String^ tUrl
)
static member Get_Http : 
        tUrl : string -> string 

Parameters

tUrl
Type: SystemString

[Missing <param name="tUrl"/> documentation for "M:HD.Common.HtmlHelper.Get_Http(System.String)"]

Return Value

Type: String

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

See Also

Reference