SanSYS

Untitled

Mar 10th, 2015
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. public virtual IHttpHandler GetHttpHandler(RequestContext requestContext)
  2. {
  3.     ...
  4.     page.Context.Request.RequestContext = requestContext;
  5.     ...
  6. }
Advertisement
Add Comment
Please, Sign In to add comment