Click or drag to resize

MimeTypeDefinition Constructor (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,
	IEnumerable<string> mimeTypes,
	IEnumerable<string> fileExtensions
)

Parameters

syntaxName
Type: System.String
Syntax Name for the Syntax which has this MIME Type definition.
mimeTypes
Type: System.Collections.Generic.IEnumerable<String>
MIME Types.
fileExtensions
Type: System.Collections.Generic.IEnumerable<String>
File Extensions.
See Also