run


Description:

public virtual void run (string[] args)

Entry point for the web application, initialized with command line arguments. In most cases, this should not be overridden, as init() will be run from this method. However, this can be done as long as it is called from the subclass.

Parameters:

args Command line arguments