mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-02-04 05:35:44 +00:00
6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
@inherits RadzenComponent
|
|
@if (Visible)
|
|
{
|
|
<img @ref="@Element" style="@Style" @attributes="Attributes" class="@GetCssClass()" src="@Url" id="@GetId()" alt="@GetAlternateText()" />
|
|
}
|