다음을 통해 공유


RegisteredScript.AddScriptTags 속성

정의

스크립트 블록이 <script> 태그로 둘러싸인 웹 페이지에 렌더링되어야 하는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool AddScriptTags { bool get(); };
public bool AddScriptTags { get; }
member this.AddScriptTags : bool
Public ReadOnly Property AddScriptTags As Boolean

속성 값

Boolean

true 태그로 둘러싸인 웹 페이지를 스크립트가 렌더링해야 하면 <script>이고, 그렇지 않으면 false입니다.

적용 대상