Rupesh Kahane

Rupesh Kahane

  • 102
  • 19.1k
  • 4.2m

How to call controller action from another project in MVC

Oct 14 2017 5:16 AM
I have Two different projects which contains same MVC pattern. I would like to call Controller Action Method from another project & which action method will show view from same project.
 
Does it is possible? 
My project structure is a follwos.
 
I have One Controller definded in "MyWebApplication" which contains One Action Method in this web application Controller. Now I would like to Redirect this Action Method  to Another Controller Action Method definded in "ExcelBook" project so from ExcelBook Controller this action method will show a View page created in ExcelBook.
 
Please give me solution. Thanks

Answers (1)