Click or drag to resize

MimeTypesHelperGetSparqlParser Method (String)

Selects an appropriate ISparqlResultsReader based on the HTTP Content-Type header from a HTTP Response.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static ISparqlResultsReader GetSparqlParser(
	string contentType
)

Parameters

contentType
Type: SystemString
Value of the HTTP Content-Type Header.

Return Value

Type: ISparqlResultsReader

[Missing <returns> documentation for "M:VDS.RDF.MimeTypesHelper.GetSparqlParser(System.String)"]

See Also