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
)
Public Shared Function GetDefinitions (
mimeType As String
) As IEnumerable(Of MimeTypeDefinition)
Parameters
- mimeType
- Type: SystemString
MIME Type.
Return Value
Type:
IEnumerableMimeTypeDefinition[Missing <returns> documentation for "M:VDS.RDF.MimeTypesHelper.GetDefinitions(System.String)"]
See Also