Home > Net >  The following c # code to vb.net?
The following c # code to vb.net?

Time:10-07

@ the using (Html. BeginForm (" Index ", "Search", @ FormMethod. Get))
{
}

CodePudding user response:

This looks like the web page code instead of c # code

CodePudding user response:

Vb in the using of usage:
Using...
.
End using

Razor Code block surrounded in @ Code... In the End Code

Inline expressions begin with @ (variables and functions)
  • Related