Pokaż
Ignoruj:
Data:
2009-12-22 15:05:08 (16 years ago)
Autor:
marek
Opis:

re #215 - dodanie link ok w stylu: http://localhost:3646/pl/Platnosc/Ok/77218/852/?

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci/Global.asax.cs

    r948 r967  
    2626                "eCard/Status.aspx",                                 
    2727                new { controller = "Platnosc", action = "Status" }   
    28             );             
     28            ); 
     29 
     30            routes.MapRoute( 
     31                "ConfirmationOk", 
     32                "{language}/Platnosc/Ok/{id}/{order}/", 
     33                new { controller = "Platnosc", action = "Ok", id="", order="", language="" } 
     34            ); 
     35 
     36            routes.MapRoute( 
     37                "ConfirmationFail", 
     38                "{language}/Platnosc/Fail/{id}/", 
     39                new { controller = "Platnosc", action = "Ok", id = "", order = "", language = "" } 
     40            ); 
     41 
    2942            routes.MapRoute( 
    3043                "Default",