Class GetContentOptions
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Options for GetContentAsync(GetContentOptions) and GetContentAsync(GetContentOptions).
public class GetContentOptions
- Inheritance
-
GetContentOptions
Properties
ReplaceLoneSurrogates
Replace lone surrogates with U+FFFD replacement character.
public bool ReplaceLoneSurrogates { get; set; }
Property Value
Remarks
This functionality relies on the toWellFormed function. See.. It's set to false by default to prevent extra processing when not needed.