Click or drag to resize

CSSClientSetScopeTextAsync Method

Version 130.1.90
Modifies the expression of a scope at-rule.

Namespace: CefSharp.DevTools.CSS
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<SetScopeTextResponse> SetScopeTextAsync(
	string styleSheetId,
	SourceRange range,
	string text
)

Parameters

styleSheetId  String
styleSheetId
range  SourceRange
range
text  String
text

Return Value

TaskSetScopeTextResponse
returns System.Threading.Tasks.Task<SetScopeTextResponse>
See Also