front-end-handbook-2018 icon indicating copy to clipboard operation
front-end-handbook-2018 copied to clipboard

Bout_IT*Deploy

Open WOLVIE97 opened this issue 6 years ago • 0 comments

protected void Button1_Click(object sender, EventArgs e) { SalarSoft.ASProxy.ASProxyEngine engine = new SalarSoft.ASProxy.ASProxyEngine(SalarSoft.ASProxy.ProcessTypeForData.HTML); engine.RequestInfo.ContentType = SalarSoft.ASProxy.MimeContentType.text_html; engine.Initialize(TextBox1.Text);

string myResponse; engine.Execute(out myResponse); Label1.Text = myResponse; }

WOLVIE97 avatar Apr 17 '18 00:04 WOLVIE97