Can Razor views be compiled?

后端 未结 4 1621
别跟我提以往
别跟我提以往 2020-11-27 13:33

I was wondering if Razor views could be compiled, like WebForm based views?

Does it even make sense to compile Razor views and why would somebody want to do that?

4条回答
  •  自闭症患者
    2020-11-27 14:05

    Yes, you can. Take a look at the following post: Compile your asp.net mvc Razor views into a seperate dll

    It's a "step-by-step" guide on how to compile your razor views into a separate dll. I don't know if that's what you aim to do but it'll definitely get you in the right direction.

提交回复
热议问题