BioloMICS logo
×
BioloMICS Web Menu
  • Razor

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.