| ControlResourcesBlockResources Method |
Prevents all the instances of the given control from loading resources.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public static void BlockResources(
Type controlType
)
Public Shared Sub BlockResources (
controlType As Type
)
Parameters
- controlType
- Type: SystemType
Control type.
Remarks See Also