Click or drag to resize

MimeTypesHelper.RegisterWriter Method

Overload List
  NameDescription
Public methodStatic memberRegisterWriter(IRdfWriter, IEnumerable<String>, IEnumerable<String>)
Registers a writer as the default RDF Writer for all the given MIME types and updates relevant definitions to include the MIME types and file extensions.
Public methodStatic memberRegisterWriter(ISparqlResultsWriter, IEnumerable<String>, IEnumerable<String>)
Registers a writer as the default SPARQL Results Writer for all the given MIME types and updates relevant definitions to include the MIME types and file extensions.
Public methodStatic memberRegisterWriter(IStoreWriter, IEnumerable<String>, IEnumerable<String>)
Registers a writer as the default RDF Dataset Writer for all the given MIME types and updates relevant definitions to include the MIME types and file extensions.
Top
See Also