Sharing ASP.NET MVC partial views between projects

后端 未结 4 511
伪装坚强ぢ
伪装坚强ぢ 2021-02-04 01:29

What is the best way to share a common Partial View between applications? I\'ve created a separate assembly containing my Partial View in an ascx file, some scripts that go wit

4条回答
  •  鱼传尺愫
    2021-02-04 02:02

    This post discusses how to embed a view in a DLL and render it from a different project. I guess it'll work for partials as well, but I haven't tried it.

提交回复
热议问题