set Html/Text module to Static rendering

This commit is contained in:
sbwalker
2024-02-08 15:53:24 -05:00
parent a40b49f2ed
commit ff2f218bf0

View File

@ -17,6 +17,8 @@
@code {
private string content = "";
public override string RenderMode => RenderModes.Static;
protected override async Task OnParametersSetAsync()
{
try