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