Click or drag to resize

CSSClientCreateStyleSheetAsync Method

Version 94.4.20
Creates a new special "via-inspector" stylesheet in the frame with given `frameId`.

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<CreateStyleSheetResponse> CreateStyleSheetAsync(
	string frameId
)

Parameters

frameId
Type: SystemString
Identifier of the frame where "via-inspector" stylesheet should be created.

Return Value

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