Guest User

Untitled

a guest
Apr 26th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. window.open('@Url.Action("Index", "Test",
  2. new AjaxOptions {
  3. OnComplete="alert('Call')",
  4. OnSuccess = "alert('Call')",
  5. OnBegin= "alert('Call')"
  6. })', '_self');
Add Comment
Please, Sign In to add comment