UtilWebMimeTypes Property
Gets a collection of known MIME types and its file-extensions.
Namespace: DevCase.Core.Networking.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Dictionary<string, string> MimeTypes { get; }
Public Shared ReadOnly Property MimeTypes As Dictionary(Of String, String)
Get
Dim value As Dictionary(Of String, String)
value = UtilWeb.MimeTypes
public:
static property Dictionary<String^, String^>^ MimeTypes {
Dictionary<String^, String^>^ get ();
}
static member MimeTypes : Dictionary<string, string> with get
No code example is currently available or this language may not be supported.
Property Value
DictionaryString,
String
A
DictionaryTKey, TValue that contains the file extensions and MIME types.
This is a code example.
No code example is currently available or this language may not be supported.
Dim mime As String = MimeTypes(key:=".zip")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.