DebuggerClientGetScriptSourceAsync Method  | 
Version 106.0.290 
            Returns source for the script with given id.
            
 
    Namespace: 
   CefSharp.DevTools.Debugger
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic Task<GetScriptSourceResponse> GetScriptSourceAsync(
	string scriptId
)
public:
Task<GetScriptSourceResponse^>^ GetScriptSourceAsync(
	String^ scriptId
)
Parameters
- scriptId
 - Type: SystemString
Id of the script to get source for. 
Return Value
Type: 
TaskGetScriptSourceResponsereturns System.Threading.Tasks.Task<GetScriptSourceResponse>
See Also