dotnet add package Soenneker.TrustedForm.Blazor
The TrustedForm component supports various configuration options to customize its behavior:
var configuration = new TrustedFormConfiguration
{
Debug = true,
IncludeForm = true,
Sandbox = true
};