1. Url参数
//ex1 Url是http://localhost:52417/Table1/12/22 Table1是Table1.cshtml UrlData[0]是12 UrlData[1]是22 //ex2 Url是http://localhost:52417/Table1?a=12 Table1是Table1.cshtml Request["a"]是12
注意:ex1与ex2可以混合使用
原文:http://www.cnblogs.com/cc2013/p/6360966.html