Condividi tramite


ScriptReference.IgnoreScriptPath Proprietà

Definizione

Attenzione

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

Ottiene o imposta un valore che indica se la proprietà ScriptPath è inclusa nell'URL quando si registra un file script client da una risorsa.

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

Valore della proprietà

Boolean

true se il percorso dello script non è utilizzato quando si registra lo script client; in caso contrario, false.

Attributi

Commenti

È impostato IgnoreScriptPath su true quando si vuole registrare un file di script client senza includere il ScriptPath valore nell'URL del file di script.

Si applica a