Exemplo n.º 1
0
 public static HtmlString SvgBackgroundImageCss(this IHtmlHelper html, string name, string fillColor) => Svg.GetBackgroundImageCss(name, fillColor).ToHtmlString();
Exemplo n.º 2
0
 public static HtmlString SvgBackgroundImageCss(this HtmlHelper html, string name) => Svg.GetBackgroundImageCss(name).ToHtmlString();