예제 #1
0
 /// <summary>
 /// Add a route setup option. Please be noted that it is not going to add
 /// a route right way. The set up will be traslated into codes in global.asax
 /// file which is placed under bin folder. IIS will consume the global.asax.
 /// </summary>
 public void AddRoute(AbstactRouteSetup route)
 {
     this._routesOpts.Add(route);
 }
예제 #2
0
 /// <summary>
 /// Add a route setup option. Please be noted that it is not going to add
 /// a route right way. The set up will be traslated into codes in global.asax 
 /// file which is placed under bin folder. IIS will consume the global.asax.
 /// </summary>
 public void AddRoute(AbstactRouteSetup route)
 {
     this._routesOpts.Add(route);
 }