打开ABP的事例项目SimpleTaskSystem.WebSpaAngular 中LayoutView <!-- Dynamic scripts of ABP system (They are created on runtime and can not be bundled) --> <!-- 添加对ABP系统运行时动态创建的脚本文件的引用 --> <script src="~/api/AbpServiceProxies/GetAll?type=angular&…
项目中,后端api接口需要接收来自页面提交的数据.注意下拉控件对应值,应该按以下方式赋值 @Html.DropDownListFor(m => m.IsFolder, new List<SelectListItem>() { new SelectListItem{ Text ="是", Value="true", Selected = true }, new SelectListItem{ Text ="否", Value=&q…