Click or drag to resize

ControlResourcesAddPredefinedResource Method (ControlResourcesPredefinedResource, String)

Adds new predefined resource to the current request.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static void AddPredefinedResource(
	ControlResourcesPredefinedResource resource,
	string parameters
)

Parameters

resource
Type: Dynamicweb.ControlsControlResourcesPredefinedResource
Resource type to be added.
parameters
Type: SystemString
Query string parameters to be passed to resource.
Remarks