Click or drag to resize

MimeTypeCreate Method

Creates the MimeType instance from string representation.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static MimeType Create(
	string value
)

Parameters

value
Type: SystemString
string representation

Return Value

Type: MimeType
the corresponding MimeType instance.
See Also