FileExtensionContentTypeProvider.Mappings Property
The cross reference table of file extensions and content-types.
Namespace: Microsoft.Owin.StaticFiles.ContentTypes
Assembly: Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)
Syntax
'Declaration
Public Property Mappings As IDictionary(Of String, String)
Get
Private Set
'Usage
Dim instance As FileExtensionContentTypeProvider
Dim value As IDictionary(Of String, String)
value = instance.Mappings
public IDictionary<string, string> Mappings { get; private set; }
public:
property IDictionary<String^, String^>^ Mappings {
IDictionary<String^, String^>^ get ();
private: void set (IDictionary<String^, String^>^ value);
}
member Mappings : IDictionary<string, string> with get, private set
function get Mappings () : IDictionary<String, String>
private function set Mappings (value : IDictionary<String, String>)
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
Returns IDictionary<TKey, TValue>.