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:
Syntaxpublic static IStoreReader GetStoreParser(
string contentType
)
Public Shared Function GetStoreParser (
contentType As String
) As IStoreReader
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