ServerResponse::ContentType Property

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Owin
Assembly:  Microsoft.AspNet.SignalR.Owin (in Microsoft.AspNet.SignalR.Owin.dll)

public:
virtual property String^ ContentType {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: System::String

Implements

IResponse::ContentType
Show: