1
Reply

How to call controller action from another project in MVC

Rupesh Kahane

Rupesh Kahane

Oct 14 2017 5:16 AM
1.2k
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

Upload Source Code  Select only zip and rar file.
Answers (1)