Kind of content in the body

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ContentType { get; set; }
Visual Basic (Declaration)
Public Property ContentType As String
Visual C++
public:
virtual property String^ ContentType {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Implements

IHttpResponse..::.ContentType

Remarks

Default type is "text/html"

See Also