Click or drag to resize

MimeTypesHelperGetStoreParser Method (String)

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

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

Parameters

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

Return Value

Type: IStoreReader

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

See Also