53 Star 88 Fork 43

李伟(CodeL) / Daimali.ISV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Global.asax.cs 549 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
李伟(CodeL) 提交于 2016-07-14 20:42 . no commit message

using System.Web.Http;
using System.Web.Mvc;
namespace Daimali.ISV
{
// 注意: 有关启用 IIS6 或 IIS7 经典模式的说明,
// 请访问 http://go.microsoft.com/?LinkId=9394801
public class WebApiApplication : System.Web.HttpApplication
{
protected void Application_Start()
{
AreaRegistration.RegisterAllAreas();
WebApiConfig.Register(GlobalConfiguration.Configuration);
FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
}
}
}
C#
1
https://gitee.com/daimali/Daimali.ISV.git
git@gitee.com:daimali/Daimali.ISV.git
daimali
Daimali.ISV
Daimali.ISV
master

搜索帮助

14c37bed 8189591 565d56ea 8189591