上传者: 38606656
|
上传时间: 2021-12-17 21:31:18
|
文件大小: 68KB
|
文件类型: -
本文实例讲述了asp.net实现的MVC跨数据库多表联合动态条件查询功能。分享给大家供大家参考,具体如下:
一、控制器中方法
[HttpGet]
public ActionResult Search()
{
ViewBag.HeadTitle = 搜索;
ViewBag.MetaKey = \123\;
ViewBag.MetaDes = \456\;
string whereText = ;
if (Security.HtmlHelper.GetQueryString(first, true) != string.Empty)
{