ScriptReference Constructor (String^)

 

Initializes a new instance of the ScriptReference class by using a specified path.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
ScriptReference(
	String^ path
)

Parameters

path
Type: System::String^

The path of the client script file relative to the Web page.

.NET Framework
Available since 3.5
Return to top
Show: