WebClientHelper.Post Method (String, String)

HD.Common

WebClientHelperPost Method (String, String) Helper帮助文档
向指定URL发送文本数据

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

public string Post(
	string url,
	string postData
)
Public Function Post ( 
	url As String,
	postData As String
) As String
public:
String^ Post(
	String^ url, 
	String^ postData
)
member Post : 
        url : string * 
        postData : string -> string 

Parameters

url
Type: SystemString
网址
postData
Type: SystemString
urlencode编码的文本数据

Return Value

Type: String

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

See Also

Reference