用.net在 MVC 框架中用get或post或者Json怎么进行跨页面传值,最好能有完整的代码,各位大神帮帮忙
/Home/Index?name=ice
/Test/Index
public ActionResult Index(){
var name= Request.QueryString["name"];//获取到 ice
}
希望你能举一反三,明白post,json传值.
用 Location.href() 就行了 ,里面写URL路径。