MimeTypesHelperGetParser Method (String) |
Selects an appropriate
IRdfReader based on the HTTP Content-Type header from a HTTP Response.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static IRdfReader GetParser(
string contentType
)
Public Shared Function GetParser (
contentType As String
) As IRdfReader
Parameters
- contentType
- Type: SystemString
Value of the HTTP Content-Type Header.
Return Value
Type:
IRdfReader[Missing <returns> documentation for "M:VDS.RDF.MimeTypesHelper.GetParser(System.String)"]
See Also