Efe Zaladin
Efe Zaladin

Reputation: 195

Can I use a third party view engine for Razor Pages?

Although it is called Razor Pages for a reason I'm just wondering if it is possible to use a different view engine, say Spark Engine or any other View Engine you can think of.

I also wonder the same thing for Blazor.

Edit: This question was previously closed because it was thought that I was looking for recommendations. I'm not looking for recommendations, I want to learn if it is possible to change the view engine of a Razor Pages project.

Upvotes: -2

Views: 103

Answers (1)

Nathan Gallete
Nathan Gallete

Reputation: 168

There is a microsoft project that changes the rendering engine to use blazor for native platform apps. It is in very early stage, but shows the possibilities.

https://learn.microsoft.com/en-us/mobile-blazor-bindings/

I believe it’s completly possible, but very complicated, considering that you are going to need rewrite all the bindings and connections that blazor offers.

Upvotes: 1

Related Questions