HtmlHelperExtensions.SvgSpinner Method
- Namespace:
- Weavy.Web.Extensions
- Assembly:
- Weavy.Web.dll
SvgSpinner(HtmlHelper, int, bool)
Renders markup for the animated spinner.
public static MvcHtmlString SvgSpinner(this HtmlHelper html, int size = 24, bool spin = false)
Parameters
- html
- System.Web.Mvc.HtmlHelper
- size
- int
- spin
- bool
true
to add the .spin class on first render.
Returns
System.Web.Mvc.MvcHtmlString