Click or drag to resize

CefV8StackFrameScriptNameOrSourceUrl Property

Returns the name of the resource script that contains the function or the sourceURL value if the script name is undefined and its source ends with a "//@ sourceURL=..." string.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public string ScriptNameOrSourceUrl { get; }

Property Value

Type: String
See Also