| CSSClientCreateStyleSheetAsync Method  | 
Version 90.6.50 
            Creates a new special "via-inspector" stylesheet in the frame with given `frameId`.
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<CreateStyleSheetResponse> CreateStyleSheetAsync(
	string frameId
)
public:
Task<CreateStyleSheetResponse^>^ CreateStyleSheetAsync(
	String^ frameId
)
Parameters
- frameId
- Type: SystemString
 Identifier of the frame where "via-inspector" stylesheet should be created.
Return Value
Type: 
TaskCreateStyleSheetResponsereturns System.Threading.Tasks.Task<CreateStyleSheetResponse>
 See Also
See Also