You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
using System.Web;
|
|
|
|
|
using System.Web.Optimization;
|
|
|
|
|
|
|
|
|
|
namespace BookingWeb
|
|
|
|
|
{
|
|
|
|
|
public class BundleConfig
|
|
|
|
|
{
|
|
|
|
|
// 有关捆绑的详细信息,请访问 https://go.microsoft.com/fwlink/?LinkId=301862
|
|
|
|
|
public static void RegisterBundles(BundleCollection bundles)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|