Click or drag to resize

MimeTypesHelperGetDefinitions Method (String)

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

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

Parameters

mimeType
Type: SystemString
MIME Type.

Return Value

Type: IEnumerableMimeTypeDefinition

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

See Also