top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the function of new view engine in ASP.NET?

0 votes
312 views
What is the function of new view engine in ASP.NET?
posted Sep 13, 2016 by Sathyasree

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

-New View Engine is the pluggable modules that is implemented with templates and provide syntax options.

-New View Engine uses master file templates of ASP.NET Web Forms that became popular and includes Spark and NHaml.

-New View Engine uses the HTML generation template approach to optimize the complete work with the Razor engine.

-Razor is used as a helper that includes all the helper methods and programming model features to synchronize with the .ASPX view engine.

-Multiple views are also popular using a single application or the site as the template can be viewed using a single engine or more flexibility can be given to the use of template.

answer Sep 14, 2016 by Shivaranjini
...