RepeatedControls.FooterHtml Property

Represents the final content emitted after all 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 FooterHtml As String
    Get
    Set
'Usage
Dim instance As RepeatedControls
Dim value As String

value = instance.FooterHtml

instance.FooterHtml = value
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public string FooterHtml { get; set; }

Property Value

Type: System.String
A string containing the content to be rendered.

See Also

Reference

RepeatedControls Class

RepeatedControls Members

Microsoft.SharePoint.WebControls Namespace