ScriptReference.IgnoreScriptPath Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
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.