MimeTypesHelperGetSparqlWriter Method (String) |
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static ISparqlResultsWriter GetSparqlWriter(
string acceptHeader
)
Public Shared Function GetSparqlWriter (
acceptHeader As String
) As ISparqlResultsWriter
Parameters
- acceptHeader
- Type: SystemString
Value of the HTTP Accept Header.
Return Value
Type:
ISparqlResultsWriterA Writer for a Content Type the client accepts.
Remarks
This method does not take account of any quality/charset preference parameters included in the Accept Header.
Global options pertaining to writers will be applied to the selected writer.
See Also