Click or drag to resize

MimeTypesHelperGetWriter Method (IEnumerableString)

Selects an appropriate IRdfWriter based on the given MIME Types.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static IRdfWriter GetWriter(
	IEnumerable<string> ctypes
)

Parameters

ctypes
Type: System.Collections.GenericIEnumerableString
MIME Types.

Return Value

Type: IRdfWriter

[Missing <returns> documentation for "M:VDS.RDF.MimeTypesHelper.GetWriter(System.Collections.Generic.IEnumerable{System.String})"]

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