CSSClientSetSupportsTextAsync Method |
Version 104.4.240
Modifies the expression of a supports at-rule.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public Task<SetSupportsTextResponse> SetSupportsTextAsync(
string styleSheetId,
SourceRange range,
string text
)
public:
Task<SetSupportsTextResponse^>^ SetSupportsTextAsync(
String^ styleSheetId,
SourceRange^ range,
String^ text
)
Parameters
- styleSheetId
- Type: SystemString
styleSheetId - range
- Type: CefSharp.DevTools.CSSSourceRange
range - text
- Type: SystemString
text
Return Value
Type:
TaskSetSupportsTextResponsereturns System.Threading.Tasks.Task<SetSupportsTextResponse>
See Also