PanelPostContent Property
|
Gets or sets contents that go within the "panel" div, but outside the "panel-body" div.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public virtual ITemplate PostContent { get; set; }<asp:Panel>
<PostContent>ITemplate</PostContent>
</asp:Panel>
Property Value
Type:
ITemplate
The contents.
See Also