Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

i have developed one functionality in mvc as separate project(application) which is of word editor functionality, now i want to use this in multiple projects as it is common for all other projects also.

how can i use this in multiple projects as like (api).

What I have tried:

about above problem i dont have idea how to implement it,

but i want solution like web api, but web api don't returns views, but i want to return views.
Posted
Comments
[no name] 29-Feb-16 1:21am    
WebApi can't return a view but it can return HTML data as string and you can use in other project. If you want to make it a shared component then it shouldn't return UI(view as per your question), only perform action and send response.
Avi_Shinde 29-Feb-16 6:27am    
ok.
thanks for the suggestion,but i think it will not solve the problem

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900