Files
oqtane.framework/Oqtane.Client/Themes/Controls/FontIcon.razor

4 lines
95 B
Plaintext

@if (!string.IsNullOrWhiteSpace(Value))
{
<span class="@Value" aria-hidden="true"></span>
}