ThinDetailRendererAddWrapper Method |
Inject a formattring wrapper div around the specified control.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void AddWrapper(
Control ctrl,
string id,
string cssClass
)
Public Shared Sub AddWrapper (
ctrl As Control,
id As String,
cssClass As String
)
Parameters
- ctrl
- Type: System.Web.UIControl
The control to wrap. - id
- Type: SystemString
The ID to use for the wrapper element. - cssClass
- Type: SystemString
The CSS class(es) for the wrapper.
See Also