Table of Contents

Operator explicit operator

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

explicit operator MimeType(string)

Creates the MimeType instance from string representation.

public static explicit operator MimeType(string value)

Parameters

value string

string representation

Returns

MimeType

the corresponding MimeType instance.