This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is Razor syntax?
A markup syntax for embedding .NET based code into webpages.
A templating engine for PHP single-page application frameworks.
A markup syntax for embedding JavaScript code into webpages.
What does the render mode 'Interactive Auto' in a Blazor Web App signify?
The component is rendered on the client and isn't interactive.
The component is rendered on the server and isn't interactive.
The component is initially rendered on the server, then on the client on subsequent visits after the Blazor bundle is downloaded.
What is the purpose of the '@' symbol in Razor syntax?
It's used to transition from HTML to C# or Razor-specific markup.
It's used to denote email addresses in Razor markup.
It's used to escape HTML tags in Razor markup.
You must answer all questions before checking your work.
Was this page helpful?