Click or drag to resize

ConfigurationLoaderAutoConfigureReadersAndWriters Method

Given a Configuration Graph will detect Readers and Writers for RDF and SPARQL syntaxes and register them with MimeTypesHelper. This will cause the library defaults to be overridden where appropriate.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void AutoConfigureReadersAndWriters(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Configuration Graph.
See Also