ScriptReference Constructor (String^, String^)

 

Initializes a new instance of the ScriptReference class by using a specified name and assembly.

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

public:
ScriptReference(
	String^ name,
	String^ assembly
)

Parameters

name
Type: System::String^

The name of the script file that is embedded in the assembly.

assembly
Type: System::String^

The name of the assembly that contains the client script file as an embedded resource.

.NET Framework
Available since 3.5
Return to top
Show: