Namespace XploRe.AspNetCore.Mvc.TagHelpers.FontAwesome
Classes
Adds support for fa
tags that are being transformed into Font Awesome icons. The icon is defined by
either the icon
attribute for a fixed-width icon, or the icon-flexible
attribute for a
flexible width icon. The size of the icon can be controlled by using the optional size
attribute.
Icon names and sizes are not prefixed with the fa-
CSS class name prefix. Additional attributes or
tag contents are retained.
Base Microsoft.AspNetCore.Razor.TagHelpers.TagHelper for FontAwesome symbols that support
resizing.