Click or drag to resize

CSSClientSetMediaTextAsync Method

Version 130.1.90
Modifies the rule selector.

Namespace: CefSharp.DevTools.CSS
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<SetMediaTextResponse> SetMediaTextAsync(
	string styleSheetId,
	SourceRange range,
	string text
)

Parameters

styleSheetId  String
styleSheetId
range  SourceRange
range
text  String
text

Return Value

TaskSetMediaTextResponse
returns System.Threading.Tasks.Task<SetMediaTextResponse>
See Also