Skip to main content
Home
Razor
EN
Home
Razor
EN
Basic Tutorials
Tutorial Home
›
Basics
Learn the basics of Razor, like using variables, if/else and loops.
Basic Examples
Create variables and show using @variableName
if/else and ternary operator (condition ? true : false)
Loops using for() and foreach()
Working with the URL and URL Parameters
Working with text URL Parameters like ?sort=ascending
Working with number URL Parameters like ?id=27
Working with difficult URLs
(new!)
Working difficult URLs like images containing umlauts
(new!)