ScriptManager.EnableCdn 속성

정의

현재 페이지가 CDN(Content Delivery Network) 경로에서 클라이언트 스크립트 참조를 로드하는지 여부를 결정합니다.

public:
 property bool EnableCdn { bool get(); void set(bool value); };
public bool EnableCdn { get; set; }
member this.EnableCdn : bool with get, set
Public Property EnableCdn As Boolean

속성 값

Boolean

CDN 경로에서 클라이언트 스크립트 참조가 로드되면 true이고, 그렇지 않으면 false입니다.

설명

이미 설정한 경우 이 속성을 true 설정 LoadScriptsBeforeUI true 하지 마세요.

적용 대상