ScriptReference.IgnoreScriptPath Propriedade

Definição

Atenção

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

Recebe ou define um valor que indica se a ScriptPath propriedade está incluída no URL quando regista um ficheiro de script cliente a partir de um 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 Propriedade

true se o caminho do script não for usado quando registas o script cliente; caso contrário, false.

Atributos

Observações

Defines IgnoreScriptPath para true quando queres registar um ficheiro de script cliente sem incluir o ScriptPath valor na URL do ficheiro de script.

Aplica-se a