RepeatedControls.AfterControlHtml property

Represents the content emitted immediately after each control is rendered.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Property AfterControlHtml As String
    Get
    Set
'Usage
Dim instance As RepeatedControls
Dim value As String

value = instance.AfterControlHtml

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

Property value

Type: System.String
A string containing the content to be emitted after each control.

See also

Reference

RepeatedControls class

RepeatedControls members

Microsoft.SharePoint.WebControls namespace