Click or drag to resize

MimeTypesHelper.GetDefinitions 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: System.String
MIME Type.

Return Value

Type: IEnumerable<MimeTypeDefinition>

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

See Also