다음을 통해 공유


ScriptReference.IgnoreScriptPath 속성

정의

주의

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

리소스에서 클라이언트 스크립트 파일을 등록할 때 URL에 ScriptPath 속성이 포함되는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

클라이언트 스크립트를 등록할 때 스크립트 경로를 사용하지 않으면 true이고, 그렇지 않으면 false입니다.

특성

설명

스크립트 파일의 URL에 값을 포함하지 ScriptPath 않고 클라이언트 스크립트 파일을 등록하려는 경우 로 설정합니다.IgnoreScriptPathtrue

적용 대상