Content.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute(null)]
[TemplateContainerAttribute(typeof(C1WebCommandBase))]
public ITemplate Content { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<DefaultValueAttribute(Nothing)> _
<TemplateContainerAttribute(GetType(C1WebCommandBase))> _
Public Property Content As ITemplate

See Also