ScriptReference.IgnoreScriptPath Propiedad

Definición

Precaución

This property is obsolete. Instead of using ScriptManager.ScriptPath, set the Path property on each individual ScriptReference.

Obtiene o establece un valor que indica si la propiedad ScriptPath se incluye en la dirección URL cuando se registra un archivo de script de cliente desde un recurso.

public:
 property bool IgnoreScriptPath { bool get(); void set(bool value); };
public bool IgnoreScriptPath { get; set; }
[System.Obsolete("This property is obsolete. Instead of using ScriptManager.ScriptPath, set the Path property on each individual ScriptReference.")]
public bool IgnoreScriptPath { get; set; }
member this.IgnoreScriptPath : bool with get, set
[<System.Obsolete("This property is obsolete. Instead of using ScriptManager.ScriptPath, set the Path property on each individual ScriptReference.")>]
member this.IgnoreScriptPath : bool with get, set
Public Property IgnoreScriptPath As Boolean

Valor de propiedad

Boolean

Es true si no se utiliza la ruta de acceso del script al registrar el script de cliente; de lo contrario, es false.

Atributos

Comentarios

Se establece IgnoreScriptPath true en cuando desea registrar un archivo de script de cliente sin incluir el ScriptPath valor en la dirección URL del archivo de script.

Se aplica a