NuGetGallery.UsersController.ResendConfirmation C# (CSharp) 메소드

ResendConfirmation() 공개 메소드

public ResendConfirmation ( ) : System.Web.Mvc.ActionResult
리턴 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