Test Dashboard

This is a sample content block rendered from the database.

Quick Summary

Use this area to verify that HTML content loaded from the database renders correctly inside your Razor component.

  • Supports headings and paragraphs
  • Supports inline formatting
  • Supports lists, tables, and code blocks

Details

Below is a simple comparison table you can use to confirm that styles from your main site are applied correctly.

EnvironmentStatusLast Updated
Local✅ HealthyJust now
Dev⚠️ Degraded5 minutes ago
Prod✅ Healthy15 minutes ago

Code Sample

Use this to test monospace fonts and code styling:


// This content is stored in the database
// and rendered via @Html.Raw(model.Content)

Console.WriteLine("Hello from DB-backed HTML!");
        

Render source: Database → Razor Component → @Html.Raw()