CSSClientSetContainerQueryTextAsync Method |
Version 130.1.90
Modifies the expression of a container query.
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<SetContainerQueryTextResponse> SetContainerQueryTextAsync(
string styleSheetId,
SourceRange range,
string text
)
public:
Task<SetContainerQueryTextResponse^>^ SetContainerQueryTextAsync(
String^ styleSheetId,
SourceRange^ range,
String^ text
)
Parameters
- styleSheetId String
- styleSheetId
- range SourceRange
- range
- text String
- text
Return Value
TaskSetContainerQueryTextResponsereturns System.Threading.Tasks.Task<SetContainerQueryTextResponse>
See Also