Click or drag to resize

CSSClient.SetStyleTextsAsync Method

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

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