Table of Contents

Class ToastItem

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class ToastItem
Inheritance
ToastItem
Inherited Members

Constructors

ToastItem()

public ToastItem()

Properties

Body

public string Body { get; set; }

Property Value

string

Color

public AlertType Color { get; set; }

Property Value

AlertType

Header

public string Header { get; set; }

Property Value

string

Icon

public string Icon { get; set; }

Property Value

string

Methods

UrlDecode(string)

public static ToastItem UrlDecode(string data)

Parameters

data string

Returns

ToastItem

UrlEncode(AlertType, string, string, string)

public static string UrlEncode(AlertType color, string icon, string header, string body)

Parameters

color AlertType
icon string
header string
body string

Returns

string