Aracılığıyla paylaş


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ını 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

Boolean

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

Öznitelikler

Açıklamalar

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

Şunlara uygulanır