Gets the MIME Type.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public override string ContentMimeType { get; }
Visual Basic
Public Overrides ReadOnly Property ContentMimeType As String
	Get
Visual C++
public:
virtual property String^ ContentMimeType {
	String^ get () override;
}
F#
abstract ContentMimeType : string with get
override ContentMimeType : string with get

Property Value

Type: String

See Also