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