DebuggerClientGetScriptSourceAsync Method |
Version 130.1.90
Returns source for the script with given id.
Namespace: CefSharp.DevTools.DebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetScriptSourceResponse> GetScriptSourceAsync(
string scriptId
)
public:
Task<GetScriptSourceResponse^>^ GetScriptSourceAsync(
String^ scriptId
)
Parameters
- scriptId String
- Id of the script to get source for.
Return Value
TaskGetScriptSourceResponsereturns System.Threading.Tasks.Task<GetScriptSourceResponse>
See Also