Possible Duplicate:
Can we use Razor syntax in ASP.NET Webforms (*.aspx pages)?
is it possible to use razor syntax in asp.net project web form and cshtml file
@{
var greeting = "Welcome to our site!";
}
Possible Duplicate:
Can we use Razor syntax in ASP.NET Webforms (*.aspx pages)?
is it possible to use razor syntax in asp.net project web form and cshtml file
@{
var greeting = "Welcome to our site!";
}