EmulationClient.SetEmulatedMediaAsync Method |
Version 94.4.20
Emulates the given media type or media feature for CSS media queries.
Namespace:
CefSharp.DevTools.Emulation
Assembly:
CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntaxpublic Task<DevToolsMethodResponse> SetEmulatedMediaAsync(
string media = null,
IList<MediaFeature> features = null
)
public:
Task<DevToolsMethodResponse^>^ SetEmulatedMediaAsync(
String^ media = nullptr,
IList<MediaFeature^>^ features = nullptr
)
Parameters
- media (Optional)
- Type: System.String
Media type to emulate. Empty string disables the override. - features (Optional)
- Type: System.Collections.Generic.IList<MediaFeature>
Media features to emulate.
Return Value
Type:
Task<DevToolsMethodResponse>returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also