I have two actions Start and Question. And I have two views "Start" and "Question". I am would like to continue use action Start with view "Start" and action Question with view "Question", and I want to use one view name in URL for both controllers, this name is Question. It should be like /Controller_Name/Question. How to do this?
UPD. Guys, I am sorry for bad explanation.