| CombineHandlerContextCreate Method (String, String) |
Creates new context.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public static string Create(
string ext,
string[] data
)
Public Shared Function Create (
ext As String,
data As String()
) As String
Parameters
- ext
- Type: SystemString
Resource extension. - data
- Type: SystemString
List of resource URLs to use as the datasource.
Return Value
Type:
StringRemarks See Also