MimeTypesHelperResetDefinitions Method |
Resets the MIME Type Definitions (the associations between file extensions, MIME types and their respective parsers and writers) to the library defaults.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static void ResetDefinitions()
Public Shared Sub ResetDefinitions
Remarks
May be useful if you've altered the definitions and caused something to stop working as a result.
See Also