asp.net mvc 4 - Use Partial Views between multiple mvc application -


i have scenario like, define template footer of website in partial view. have written footer template in partial view. partial view placed in folder name "common" in views.

now want use footer partial view in mvc application, because used same footer template.

how can refer partial views in multiple applications, having partial views in class library?

please guide me go right way.

regards, karthik.


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

how to receive file in java(servlet/jsp) -