如何将不同类型的数据类型的多个参数传递到Web Api中 [英] How Do I Pass Multiple Parameters Of Different Kind Of Data Types Into Web Api

查看:102
本文介绍了如何将不同类型的数据类型的多个参数传递到Web Api中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你能帮我把不同类型的数据类型的多个参数传递到web api中吗?

解决方案

Response.Redirect(\"sample.aspx?eid=1&serial=+ serial.Text +&no =+ no.Text +&shop =+ shopname.Text);


hiiiii
could you help me to pass multiple parameters of different kind of data types into web api ??????????

解决方案

Response.Redirect("sample.aspx?eid=1&serial=" + serial.Text + "&no=" + no.Text + "&shop=" + shopname.Text);


这篇关于如何将不同类型的数据类型的多个参数传递到Web Api中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆