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
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
Public Property Mappings As IDictionary(Of String, String)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
Returns IDictionary<TKey, TValue>.
See Also
FileExtensionContentTypeProvider Class
Microsoft.Owin.StaticFiles.ContentTypes Namespace
Return to top