html.renderpartial 命名空间,Html.RenderPartial的三个参数的用法 用法实例
后台代码:ViewBag.smallCategory = categoryService.LoadEntities(m=>m.ParentID==(short)Model.Enum.CategoryEnum.ProductTrade);ViewData["Total"] = classInfoService.LoadEntities(m => m.Category.ParentID =...