Class ToastItem
public class ToastItem
- Inheritance
-
ToastItem
- Inherited Members
Constructors
ToastItem()
public ToastItem()
Properties
Body
public string Body { get; set; }
Property Value
Color
public AlertType Color { get; set; }
Property Value
Header
public string Header { get; set; }
Property Value
Icon
public string Icon { get; set; }
Property Value
Methods
UrlDecode(string)
public static ToastItem UrlDecode(string data)
Parameters
datastring
Returns
UrlEncode(AlertType, string, string, string)
public static string UrlEncode(AlertType color, string icon, string header, string body)