In Razor syntax, which character is used to denote the start of server-side code?
- @
- #
- $
- %
In Razor syntax, the "@" symbol is used to denote the start of server-side code. This allows developers to seamlessly transition between HTML markup and C# code within a Razor view.
Loading...
Related Quiz
- If you want to set up a project with user authentication mechanisms built-in, which template should you opt for?
- When deploying an ASP.NET Core application using Docker, which file is crucial for defining the environment and settings of the container?
- How can you configure Entity Framework Core to use lazy loading for navigation properties?
- Which of the following would NOT typically be found in the project.json file?
- The dependency injection feature in ASP.NET Core is: