Ribbon.EmbedJavascriptInHTML property

Embed all javascript in the output HTML or embed calls to functions in js files.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Protected Overridable Property EmbedJavascriptInHTML As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = Me.EmbedJavascriptInHTML

Me.EmbedJavascriptInHTML = value
protected virtual bool EmbedJavascriptInHTML { get; set; }

Property value

Type: System.Boolean

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace