RepeatedControls.AfterControlHtml Property
Represents the content emitted immediately after each control is rendered.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.