Click or drag to resize

PreloadClientPreload Method

Provides initialization data that is required in order to preload the application

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.9.0
Syntax
public void Preload(
	string[] parameters
)

Parameters

parameters
Type: SystemString
Data to initialize the application. This parameter can be null or an empty array

Implements

IProcessHostPreloadClientPreload(String)
Remarks