CSSClientSetScopeTextAsync Method  | 
Version 106.0.290 
            Modifies the expression of a scope at-rule.
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic Task<SetScopeTextResponse> SetScopeTextAsync(
	string styleSheetId,
	SourceRange range,
	string text
)
public:
Task<SetScopeTextResponse^>^ SetScopeTextAsync(
	String^ styleSheetId, 
	SourceRange^ range, 
	String^ text
)
Parameters
- styleSheetId
 - Type: SystemString
styleSheetId - range
 - Type: CefSharp.DevTools.CSSSourceRange
range - text
 - Type: SystemString
text 
Return Value
Type: 
TaskSetScopeTextResponsereturns System.Threading.Tasks.Task<SetScopeTextResponse>
See Also