XdsObjects Help file
XdsObjects Namespace / XdsGlobal Class / MimeMappings Property



In This Topic
    MimeMappings Property
    In This Topic
    Dictionary used to convert from filenames to MIME types
    Syntax
    Public Shared Property MimeMappings As Dictionary(Of String,String)
    Dim value As Dictionary(Of String,String)
     
    XdsGlobal.MimeMappings = value
     
    value = XdsGlobal.MimeMappings
    public static Dictionary<string,string> MimeMappings {get; set;}
    public:
    static property Dictionary<String^,String^>^ MimeMappings {
       Dictionary<String^,String^>^ get();
       void set (    Dictionary<String^,String^>^ value);
    }
    Remarks
    This list is initially populated by a fairly comprehensive list of MIME types and their corresponding extensions, but this may be modified via this property if necessary.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also