I hava a View Name \"Message\" in the Jobs folder of Views. And I want to return that view form an action of different controller, named \"MarketController\"
Just use a relative path based on the Views folder
Views
return View("~/Views/Jobs/Message.cshtml");