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

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -