Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the first content emitted before any child controls are rendered.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Property HeaderHtml As String
Get
Set
'Usage
Dim instance As RepeatedControls
Dim value As String
value = instance.HeaderHtml
instance.HeaderHtml = value
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public string HeaderHtml { get; set; }
Property Value
Type: System.String
A string containing the content to be rendered.