Zbiór zmian 971 dla trunk/eCard/eCardMVC/Platnosci/Default.aspx.cs
- Data:
- 2009-12-23 11:59:36 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci/Default.aspx.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Default.aspx.cs
r866 r971 2 2 using System.Web.Mvc; 3 3 using System.Web.UI; 4 using System.Globalization;5 using System.Threading;6 4 7 namespace Platnosci5 namespace adMoto.Payments.Web 8 6 { 9 7 public partial class _Default : Page … … 15 13 // can correctly process the response (if caching is enabled). 16 14 17 stringoriginalPath = Request.Path;15 var originalPath = Request.Path; 18 16 HttpContext.Current.RewritePath(Request.ApplicationPath, false); 19 17 IHttpHandler httpHandler = new MvcHttpHandler();
