Click or drag to resize

CSSClientSetStyleTextsAsync Method

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

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