Table of Contents
ContentHtml Property

Specifies the HTML to be displayed in a dialog's content area.

Syntax
 public virtual String ContentHtml { get; set; }
Remarks

When this property is specified, ContentUrl and ContentTemplate will be ignored.

See Also