Table of Contents

Class PWAFileHandlerAccept

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

A media type and its associated file extensions accepted by a PWAFileHandler.

public class PWAFileHandlerAccept
Inheritance
PWAFileHandlerAccept

Properties

FileExtensions

Gets or sets the file extensions associated with MediaType.

public string[] FileExtensions { get; set; }

Property Value

string[]

MediaType

Gets or sets the mime type, as per the IANA media types registry.

public string MediaType { get; set; }

Property Value

string