| ControlResourcesAddContentBlock Method |
Adds new block of raw content to the current page output.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public static void AddContentBlock(
string key,
string contents
)
Public Shared Sub AddContentBlock (
key As String,
contents As String
)
Parameters
- key
- Type: SystemString
String identifier of the target block. - contents
- Type: SystemString
Block contents.
Remarks See Also