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