ComponentExtensionsRenderIcon(IconName) Method

Renders a Icon without the need for component handling overhead. Should only be used for static icons that never change their state.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
internal static string RenderIcon(
	IconName name
)

Parameters

name  IconName
Icon to render

Return Value

String
Rendered icon

See Also