Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public virtual ActionResult Register(string returnUrl, string invitationCode = null,
  2. string emailAddressOrMobileNumber = null)
  3. {
  4. if (Request.IsAuthenticated) return RedirectToAction(MVC.Home.Index());}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement