Click or drag to resize

DebuggerClientGetScriptSourceAsync Method

Version 102.0.100
Returns source for the script with given id.

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public Task<GetScriptSourceResponse> GetScriptSourceAsync(
	string scriptId
)

Parameters

scriptId
Type: SystemString
Id of the script to get source for.

Return Value

Type: TaskGetScriptSourceResponse
returns System.Threading.Tasks.Task<GetScriptSourceResponse>
See Also