Will the Spark view engine interoperate with webforms master pages?

后端 未结 5 748
孤城傲影
孤城傲影 2021-01-23 22:31

I really like Spark, but we\'ve already got a big investment in webforms based views. I\'d like to start using Spark without having to convert all my existing views up front.

5条回答
  •  北荒
    北荒 (楼主)
    2021-01-23 22:54

    You could use your existing master pages with a very simple .aspx page which simply calls Html.RenderPartial("MySparkView") to get you spark content inside your existing master pages.

提交回复
热议问题