Click or drag to resize

CSSClient.SetStyleTextsAsync Method

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

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.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