public System.Web.UI.ITemplate Content {get; set;}
'Declaration
Public Property Content As System.Web.UI.ITemplate
Remarks
Use the ContentTemplate property to control the contents of the dialog window. To specify a template for the dialog, reset the ContentUrl property, place the <ContentTemplate> tags between the opening and closing tags of the control. You can then list the contents of the template between the opening and closing <ContentTemplate> tags.