RegisteredScript.AddScriptTags プロパティ

定義

Web ページ上に <script> タグで囲まれたスクリプト ブロックを表示するかどうかを示す値を取得します。

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

プロパティ値

true タグで囲まれたスクリプトを Web ページに表示する場合は <script>。それ以外の場合は false

適用対象