MimeTypesHelperGetMimeType Method (IRdfWriter) |
Get the preferred MIME type that is registered for a specific writer.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static string GetMimeType(
IRdfWriter writer
)
Public Shared Function GetMimeType (
writer As IRdfWriter
) As String
Parameters
- writer
- Type: VDS.RDFIRdfWriter
RDF Writer.
Return Value
Type:
StringThe preferred MIME type associated with the parser.
Exceptions See Also