C# Class BeeCloudSDKDemo.return_kq_url

Show file Open project: beecloud/beecloud-dotnet

Protected Properties

Property Type Description
form1 global::System.Web.UI.HtmlControls.HtmlForm

Public Methods

Method Description
GetRequestGet ( ) : string>.SortedDictionary

获取快钱GET过来通知消息,并以“参数名=参数值”的形式组成数组

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetRequestGet() public method

获取快钱GET过来通知消息,并以“参数名=参数值”的形式组成数组
public GetRequestGet ( ) : string>.SortedDictionary
return string>.SortedDictionary

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

form1 protected property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm