MimeTypeDefinitionAddMimeType Method |
Adds a MIME Type to this definition.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public void AddMimeType(
string type
)
Public Sub AddMimeType (
type As String
)
Parameters
- type
- Type: SystemString
MIME Type.
See Also