Class GetPWAStateOptions
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Options for GetPWAStateAsync(GetPWAStateOptions).
public class GetPWAStateOptions
- Inheritance
-
GetPWAStateOptions
Properties
ManifestId
Gets or sets the id from the web app's manifest file.
public string ManifestId { get; set; }