ScriptManager.ScriptPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This property is obsolete. Set the Path property on each individual ScriptReference instead.
获取或设置位置的根路径,该位置用来生成指向 ASP.NET Ajax 和自定义脚本文件的路径。
public:
property System::String ^ ScriptPath { System::String ^ get(); void set(System::String ^ value); };
public string ScriptPath { get; set; }
[System.Obsolete("This property is obsolete. Set the Path property on each individual ScriptReference instead.")]
public string ScriptPath { get; set; }
member this.ScriptPath : string with get, set
[<System.Obsolete("This property is obsolete. Set the Path property on each individual ScriptReference instead.")>]
member this.ScriptPath : string with get, set
Public Property ScriptPath As String
属性值
存储脚本文件的位置。 默认值为解释为相对路径的空字符串 ("")。
- 属性
注解
属性 ScriptPath 允许你为页面上的所有脚本块指定绝对 URL、相对 URL 或应用程序相对 URL。 这包括向当前 ScriptManager 实例注册的自定义和第三方脚本块。 属性 ScriptPath 通常以声明方式设置为页面上元素 ScriptManager
的属性,但也可以在代码中设置。
path
如果为ScriptReference集合中的 Scripts 对象设置了 属性或 Path 属性,则路径值将ScriptPath覆盖该ScriptReference实例的值。
如果未指定任何 Path 值,控件将 ScriptManager 搜索 由 ScriptPath 属性定义的目录,并按其 Name 或 Assembly 属性解析脚本引用。