HtmlHelper.GetHtml Method (String, CookieContainer)

HD.Common

HtmlHelperGetHtml Method (String, CookieContainer) Helper帮助文档
获取HTML

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

public static string GetHtml(
	string url,
	CookieContainer cookieContainer
)
Public Shared Function GetHtml ( 
	url As String,
	cookieContainer As CookieContainer
) As String
public:
static String^ GetHtml(
	String^ url, 
	CookieContainer^ cookieContainer
)
static member GetHtml : 
        url : string * 
        cookieContainer : CookieContainer -> string 

Parameters

url
Type: SystemString
地址
cookieContainer
Type: System.NetCookieContainer
CookieContainer

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.HtmlHelper.GetHtml(System.String,System.Net.CookieContainer)"]

See Also

Reference