Delegate IMBIcon.IconFragment
A delegate that applies user-defined class, style, and other attributes to the icon.
public delegate RenderFragment IMBIcon.IconFragment(string @class, string style, IEnumerable<KeyValuePair<string, object>> attributes)
Parameters
class
stringstyle
stringattributes
IEnumerable<KeyValuePair<string, object>>
Returns
Constructors
IconFragment(object, nint)
public IconFragment(object @object, nint method)
Parameters
Methods
BeginInvoke(string, string, IEnumerable<KeyValuePair<string, object>>, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string @class, string style, IEnumerable<KeyValuePair<string, object>> attributes, AsyncCallback callback, object @object)
Parameters
class
stringstyle
stringattributes
IEnumerable<KeyValuePair<string, object>>callback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual RenderFragment EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
Invoke(string, string, IEnumerable<KeyValuePair<string, object>>)
public virtual RenderFragment Invoke(string @class, string style, IEnumerable<KeyValuePair<string, object>> attributes)
Parameters
class
stringstyle
stringattributes
IEnumerable<KeyValuePair<string, object>>