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

15 lines
334 B
C#

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)
{
}
}
}