HtmlHelper.Post_Http Method

HD.Common

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

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

public static string Post_Http(
	string url,
	string postData,
	string encodeType
)
Public Shared Function Post_Http ( 
	url As String,
	postData As String,
	encodeType As String
) As String
public:
static String^ Post_Http(
	String^ url, 
	String^ postData, 
	String^ encodeType
)
static member Post_Http : 
        url : string * 
        postData : string * 
        encodeType : string -> string 

Parameters

url
Type: SystemString

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

postData
Type: SystemString
参数列表
encodeType
Type: SystemString

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

Return Value

Type: String

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

See Also

Reference