RepeatedControls.BeforeControlHtml property

Represents the content emitted immediately before each control is rendered.

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

Syntax

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

value = instance.BeforeControlHtml

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

Property value

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

See also

Reference

RepeatedControls class

RepeatedControls members

Microsoft.SharePoint.WebControls namespace