Templating Language such as Smarty, available for dotnet

I really enjoy using the awesome templating engine called Smarty in Php.

I am wondering if there is something similar to this for dotnet to execute a project in Asp.Net MVC (C #) ? I searched and found nothing yet.

Basically, I would like to be able to access the object on pageload, and the attributes of this object are then used to populate placeholders for which dynamic data will go.

Does anyone have any ideas as to whether this is possible or what might support something like this?

+3
source share
3 answers

Razor ( MVC 3) ASP.NET MVC View Engine:

Razor

Spark

: ASP.NET MVC Framework?

+2

ASPX - , HttpServerUtility.Execute, html.

0

ASP.NET MVC - ( , ), . BL , . , , ( : P) , .

0

Source: https://habr.com/ru/post/1780638/


All Articles