摘要:
1、调用分布视图 //Html辅助方法 返回参数的值 存储在ProvinceId、CityId、DistrictId中 @{Html.RenderAction("GetProvince","Home",new{ProvinceId=Model.provinceid,CityId=Model.city 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;namespace CommonHe... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace CommonHelper { [AttributeUsage(AttributeTargets.Method | AttributeTargets.Cla... 阅读全文