Click or drag to resize

MimeTypesHelperGetDefinitions Method (IEnumerableString)

Gets all MIME Type definitions which support the given MIME Types.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static IEnumerable<MimeTypeDefinition> GetDefinitions(
	IEnumerable<string> mimeTypes
)

Parameters

mimeTypes
Type: System.Collections.GenericIEnumerableString
MIME Types.

Return Value

Type: IEnumerableMimeTypeDefinition

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

See Also