Class PWAFileHandler
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
A file handler registered by a Progressive Web App (PWA) with the OS.
public class PWAFileHandler
- Inheritance
-
PWAFileHandler
Properties
Accepts
Gets or sets the media types and file extensions accepted by this file handler.
public PWAFileHandlerAccept[] Accepts { get; set; }
Property Value
Action
Gets or sets the URL that opens when the OS invokes this file handler.
public string Action { get; set; }
Property Value
DisplayName
Gets or sets the display name of the file handler.
public string DisplayName { get; set; }