C-DEngine 5.105

TheRequestData..::..ResponseMimeType Property

A string indicating the format, or "media type", of the returned data. This is initially set to the value in the ContentType field of the incoming request. But it can be changed if the response is of a different type. Examples include "text/html", "text/xml", "text/json", "image/png", "application/javascript", and "application/json".

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string ResponseMimeType { get; set; }
Public Property ResponseMimeType As String
	Get
	Set
public:
property String^ ResponseMimeType {
	String^ get ();
	void set (String^ value);
}