SanSYS

Untitled

Mar 10th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. public class MyHandler
  2. {
  3.     public void ProcessRequest(HttpContext context)
  4.     {
  5.         int imageID = int.Parse((string)context.Request.RequestContext.RouteData.Values["ImageID"]);
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment