mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 08:37:28 +08:00
15 lines
334 B
C#
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)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|