Click or drag to resize

MimeTypeDefinition Constructor (String, String, IEnumerableString, IEnumerableString)

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: SystemString
Syntax Name for the Syntax which has this MIME Type definition.
formatUri
Type: SystemString
Format URI as defined by the. W3C
mimeTypes
Type: System.Collections.GenericIEnumerableString
MIME Types.
fileExtensions
Type: System.Collections.GenericIEnumerableString
File Extensions.
See Also