Guest User

Untitled

a guest
Feb 17th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. int number = 4;
  2. string callbackUrl = Url.Page(
  3. "/Test/Name",
  4. pageHandler: null,
  5. values: new { number },
  6. protocol: Request.Scheme);
Add Comment
Please, Sign In to add comment