NuGetGallery.UsersController.ResendConfirmation C# (CSharp) Method

ResendConfirmation() public method

public ResendConfirmation ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public virtual ActionResult ResendConfirmation()
        {
            return View("~/Views/Users/ResendConfirmation.cshtml");
        }

Same methods

UsersController::ResendConfirmation ( NuGetGallery.ResendConfirmationEmailViewModel model ) : System.Web.Mvc.ActionResult