Love this utility. It is messing up a few tags. Example below:
<RadzenButton class="rz-mt-3" ButtonType="ButtonType.Submit" Size="ButtonSize.Small"
Text="@($"Send to {_systemUser?.InternalEmailAddress}")"
Click=@(_ => SetAction(SendContent))>
</RadzenButton>
becomes
<RadzenButton class="rz-mt-3"
ButtonType="ButtonType.Submit"
Size="ButtonSize.Small"
Text="@($"Send
Click="@(_ => SetAction(SendContent))"
to
{_systemUser?.InternalEmailAddress}")">
</RadzenButton>
Love this utility. It is messing up a few tags. Example below:
becomes