Click or drag to resize

MimeTypeDefinition Constructor (String, String, IEnumerable<String>, IEnumerable<String>)

Creates a new MIME Type Definition.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public MimeTypeDefinition(
	string syntaxName,
	string formatUri,
	IEnumerable<string> mimeTypes,
	IEnumerable<string> fileExtensions
)

Parameters

syntaxName
Type: System.String
Syntax Name for the Syntax which has this MIME Type definition.
formatUri
Type: System.String
Format URI as defined by the. W3C
mimeTypes
Type: System.Collections.Generic.IEnumerable<String>
MIME Types.
fileExtensions
Type: System.Collections.Generic.IEnumerable<String>
File Extensions.
See Also