ServerResponse.ContentType Property

.NET Framework 4

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

Syntax

'Declaration
Public Property ContentType As String 
    Get 
    Set
'Usage
Dim instance As ServerResponse 
Dim value As String 

value = instance.ContentType

instance.ContentType = value
public string ContentType { get; set; }
public:
virtual property String^ ContentType {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract ContentType : string with get, set 
override ContentType : string with get, set
final function get ContentType () : String 
final function set ContentType (value : String)

Property Value

Type: System.String
Returns String.

Implements

IResponse.ContentType

See Also

Reference

ServerResponse Class

Microsoft.AspNet.SignalR.Owin Namespace