Class FileHandlerAccept
The following types are the replica of https://crsrc.org/c/chrome/browser/web_applications/proto/web_app_os_integration_state.proto;drc=9910d3be894c8f142c977ba1023f30a656bc13fc;l=67
public sealed class FileHandlerAccept
- Inheritance
-
FileHandlerAccept
- Inherited Members
Properties
FileExtensions
fileExtensions
[JsonPropertyName("fileExtensions")]
public string[] FileExtensions { get; set; }
Property Value
- string[]
MediaType
New name of the mimetype according to https://www.iana.org/assignments/media-types/media-types.xhtml
[JsonPropertyName("mediaType")]
public string MediaType { get; set; }