HtmlHelper.GetHtml Method (String, String, Boolean, CookieContainer)

HD.Common

HtmlHelperGetHtml Method (String, String, Boolean, 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,
	string postData,
	bool isPost,
	CookieContainer cookieContainer
)
Public Shared Function GetHtml ( 
	url As String,
	postData As String,
	isPost As Boolean,
	cookieContainer As CookieContainer
) As String
public:
static String^ GetHtml(
	String^ url, 
	String^ postData, 
	bool isPost, 
	CookieContainer^ cookieContainer
)
static member GetHtml : 
        url : string * 
        postData : string * 
        isPost : bool * 
        cookieContainer : CookieContainer -> string 

Parameters

url
Type: SystemString
地址
postData
Type: SystemString
post 提交的字符串
isPost
Type: SystemBoolean
是否是post
cookieContainer
Type: System.NetCookieContainer
CookieContainer

Return Value

Type: String

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

See Also

Reference