CSSClientSetStyleSheetTextAsync Method |
Version 130.1.90
Sets the new stylesheet text.
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<SetStyleSheetTextResponse> SetStyleSheetTextAsync(
string styleSheetId,
string text
)
public:
Task<SetStyleSheetTextResponse^>^ SetStyleSheetTextAsync(
String^ styleSheetId,
String^ text
)
Parameters
- styleSheetId String
- styleSheetId
- text String
- text
Return Value
TaskSetStyleSheetTextResponsereturns System.Threading.Tasks.Task<SetStyleSheetTextResponse>
See Also