Click or drag to resize

MessagePopHTML Property

Gets/sets the HTML content to be injected into the content portion of the popup. You can use Message if you want a simple confirmation message (without having to worry about escaping the content for use in HTML).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string HTML { get; set; }

Property Value

Type: String
See Also