CSSSetStyleTextsAsync Method |
Version 85.3.121
Applies specified style edits one after another in the given order.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax public Task<SetStyleTextsResponse> SetStyleTextsAsync(
IList<StyleDeclarationEdit> edits
)
public:
Task<SetStyleTextsResponse^>^ SetStyleTextsAsync(
IList<StyleDeclarationEdit^>^ edits
)
Parameters
- edits
- Type: System.Collections.GenericIListStyleDeclarationEdit
edits
Return Value
Type:
TaskSetStyleTextsResponsereturns System.Threading.Tasks.Task<SetStyleTextsResponse>
See Also