I want to use visual studio 2015 in my project in asp.net engine.
Do I need to add something to nuget for this?
Razor view engine is already installed.
Hi onvar1196,
By default the ASPX View Engine i.e. WebFormViewEngine and RazorViewEngine are installed.
In cshtml page you have to use @{}, and in aspx page you have to use <% %>.
@{}
<% %>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.