Click or drag to resize

CSSClient.SetStyleTextsAsync Method

Version 96.0.142
Applies specified style edits one after another in the given order.

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp (in CefSharp.dll) Version: 96.0.142.0 (96.0.142.0)
Syntax
public Task<SetStyleTextsResponse> SetStyleTextsAsync(
	IList<StyleDeclarationEdit> edits
)

Parameters

edits
Type: System.Collections.Generic.IList<StyleDeclarationEdit>
edits

Return Value

Type: Task<SetStyleTextsResponse>
returns System.Threading.Tasks.Task<SetStyleTextsResponse>
See Also