Sdílet prostřednictvím


ScriptReference.IgnoreScriptPath Vlastnost

Definice

Upozornění

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

Získá nebo nastaví hodnotu, která označuje, zda ScriptPath vlastnost je zahrnuta do adresy URL při registraci souboru klientského skriptu z prostředku.

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

Hodnota vlastnosti

Boolean

true pokud se cesta ke skriptu nepoužívá při registraci klientského skriptu; falsev opačném případě .

Atributy

Poznámky

IgnoreScriptPath Nastavíte, true když chcete zaregistrovat soubor klientského skriptu bez zahrnutí ScriptPath hodnoty do adresy URL souboru skriptu.

Platí pro