How to create an ASP.NET MVC 3 control/component that can be reused by other applications

前端 未结 2 1210
死守一世寂寞
死守一世寂寞 2021-02-03 12:26

I am required to deliver a component, inlcuding business logic and UI, to be used on a ASP.NET MVC 3 web site that is being developed by other company.

I know my way aro

2条回答
  •  天涯浪人
    2021-02-03 13:31

    This article tells how to call controllers from another assemblies.

    To reuse only views, you can use RazorGenerator.

提交回复
热议问题