Class ScriptingContext

The ScriptingContext class implements the IScriptingContext interface.

Syntax

public class asp.ScriptingContext 
    extends java.lang.Object implements IScriptingContext
{
}

Remarks

You can use the ScriptingContext class to gain access to the other built-in objects. If you use this method of accessing the built-in objects you should call the IScriptingContext interface in the OnStartPage method. Built-in objects can also be accessed through the ObjectContext object, which is the recommended method for components running on IIS 4.0 or later.

See Also

IScriptingContext Interface, ObjectContext Object