IResponse::ContentType Property

.NET Framework 4.5

Gets or sets the content type of the response.

Namespace:  Microsoft.AspNet.SignalR.Hosting
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

property String^ ContentType {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
Show: