JavaScriptFunctionBinding.Script Property

Definition

The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'.

public string Script { get; set; }
member this.Script : string with get, set
Public Property Script As String

Property Value

Applies to