Table of Contents

Class GetContentOptions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll
public class GetContentOptions
Inheritance
GetContentOptions

Properties

ReplaceLoneSurrogates

Replace lone surrogates with U+FFFD replacement character.

public bool ReplaceLoneSurrogates { get; set; }

Property Value

bool

Remarks

This functionality relies on the toWellFormed function. See.. It's set to false by default to prevent extra processing when not needed.