ScriptReference.IgnoreScriptPath Özellik

Tanım

Dikkat

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

Bir kaynaktan istemci betik dosyası kaydettiğinizde özelliğin ScriptPath URL'ye eklenip eklenmediğini belirten bir değer alır veya ayarlar.

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

Özellik Değeri

true istemci betiğini kaydederken betik yolu kullanılmıyorsa; aksi takdirde , false.

Öznitelikler

Açıklamalar

Bir istemci betik dosyasını, betik dosyasının URL'sine IgnoreScriptPath değer eklemeden kaydetmek istediğiniz zaman olarak ayarlarsınız.trueScriptPath

Şunlara uygulanır