ComponentExtensionsRenderIcon(IconName, IconColor) 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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
internal static string RenderIcon(
	IconName name,
	IconColor color
)

Parameters

name  IconName
Icon to render
color  IconColor
Color of the icon

Return Value

String
Rendered icon

See Also