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