OpenAuth.Net/OpenAuth.Mvc/App_Start/BundleConfig.cs

15 lines
334 B
C#
Raw Normal View History

using System.Web;
2015-11-13 21:33:53 +08:00
using System.Web.Optimization;
namespace OpenAuth.Mvc
{
public class BundleConfig
{
// 有关绑定的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkId=301862
public static void RegisterBundles(BundleCollection bundles)
{
}
}
}