Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework
ScriptManager Class
 ScriptPath Property
.NET Framework Class Library
ScriptManager..::.ScriptPath Property

Gets or sets the root path of the location that is used to build the paths to ASP.NET AJAX and custom script files.

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

Visual Basic (Declaration)
Public Property ScriptPath As String
Visual Basic (Usage)
Dim instance As ScriptManager
Dim value As String

value = instance.ScriptPath

instance.ScriptPath = value
C#
public string ScriptPath { get; set; }
Visual C++
public:
property String^ ScriptPath {
    String^ get ();
    void set (String^ value);
}
JScript
public function get ScriptPath () : String
public function set ScriptPath (value : String)
ASP.NET
<asp:ScriptManager ScriptPath="String" />

Property Value

Type: System..::.String

The location where script files are stored. The default value is an empty string (""), which is interpreted as a relative path.

The ScriptPath property enables you to specify an absolute, relative, or application-relative URL for all script blocks on the page. This includes custom and third-party script blocks that are registered with the current ScriptManager instance. The ScriptPath property is typically set declaratively as an attribute of a ScriptManager element on the page, but it can be set in code also.

If the path attribute or the Path property is set for a ScriptReference object in the Scripts collection, the path value overrides the ScriptPath value for that ScriptReference instance.

If no Path value is specified, the ScriptManager control searches the directory that is defined by the ScriptPath property and resolves script references by their Name or Assembly properties.

Windows Vista, Windows XP SP2, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content      
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker