Badges.Controllers.ProfileController.Picture C# (CSharp) Method

Picture() public method

public Picture ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Picture()
        {
            return View();
        }