Initializes a new instance of the ScriptReference class by using a specified path.
Syntax
CSharp
public ScriptReference (
string path
)
VisualBasic
Public Sub New ( _
path As String _
)
ManagedCPlusPlus
public:
ScriptReference (
String^ path
)
JSharp
public ScriptReference (
String path
)
Parameters
- path (String)
The path of the client script file relative to the Web page.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)