31 references to Application
Microsoft.AspNetCore.Components.WebAssembly.Server (6)
ComponentsWebAssemblyApplicationBuilderExtensions.cs (6)
89AddMapping(contentTypeProvider, ".dll", MediaTypeNames.Application.Octet); 90AddMapping(contentTypeProvider, ".webcil", MediaTypeNames.Application.Octet); 93AddMapping(contentTypeProvider, ".pdb", MediaTypeNames.Application.Octet); 94AddMapping(contentTypeProvider, ".br", MediaTypeNames.Application.Octet); 95AddMapping(contentTypeProvider, ".dat", MediaTypeNames.Application.Octet); 96AddMapping(contentTypeProvider, ".blat", MediaTypeNames.Application.Octet);
System.Memory.Data (8)
System\BinaryData.cs (8)
50/// Gets the MIME type of this data, e.g. <see cref="MediaTypeNames.Application.Octet"/>. 70/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.Octet"/>.</param> 128/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.Octet"/>.</param> 156/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.Octet"/>.</param> 177/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.Octet"/>.</param> 196/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.Octet"/>.</param> 244/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.Octet"/>.</param> 280/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.Octet"/>.</param>
System.Net.Mail (17)
System\Net\Mime\MediaTypeNames.cs (17)
11/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data consists of url-encoded key-value pairs.</summary> 14/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is in gzip format.</summary> 17/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is in JSON format.</summary> 20/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is in JSON patch format.</summary> 23/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is in JSON text sequence format.</summary> 26/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is in Web Application Manifest.</summary> 29/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is not interpreted.</summary> 32/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is in Portable Document Format (PDF).</summary> 35/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is in JSON problem detail format.</summary> 38/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is in XML problem detail format.</summary> 41/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is in Rich Text Format (RTF).</summary> 44/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is a SOAP document.</summary> 47/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is in WASM format.</summary> 50/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is in XML format.</summary> 53/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is in XML Document Type Definition format.</summary> 56/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is in XML patch format.</summary> 59/// <summary>Specifies that the <see cref="MediaTypeNames.Application"/> data is compressed.</summary>