Click or drag to resize

CSSClientSetStyleTextsAsync Method

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

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

Parameters

edits
Type: System.Collections.GenericIListStyleDeclarationEdit
edits

Return Value

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