Razor
Razor is a simple way to write web pages in ASP.NET that can show content which changes based on data or user actions.
-
To create dynamic webpages.
-
It mixes C# code with HTML using the @ symbol.
In BioloMICS, the razor is mainly used in the Display template, for details on how to use the razor see Razor in display template.
-
For examples of basic Razor HTML, see: Razor HTML examples
-
For examples of the different field types in razor, see Field types in razor
-
A full razor script has also been provided including the explanation of each section of the code (full script example explained)