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 record FileHandlerAccept : IEquatable<FileHandlerAccept>
- Inheritance
-
FileHandlerAccept
- Implements
- Inherited Members
Constructors
FileHandlerAccept(string, ImmutableArray<string>)
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 FileHandlerAccept(string MediaType, ImmutableArray<string> FileExtensions)
Parameters
MediaTypestringNew name of the mimetype according to https://www.iana.org/assignments/media-types/media-types.xhtml
FileExtensionsImmutableArray<string>
Properties
FileExtensions
public ImmutableArray<string> FileExtensions { get; init; }
Property Value
MediaType
New name of the mimetype according to https://www.iana.org/assignments/media-types/media-types.xhtml
public string MediaType { get; init; }