JsonUtility.JsonMimeType Property
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Json
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Shared ReadOnly Property JsonMimeType As String
Get
'Usage
Dim value As String
value = JsonUtility.JsonMimeType
public static string JsonMimeType { get; }
public:
static property String^ JsonMimeType {
String^ get ();
}
static member JsonMimeType : string
static function get JsonMimeType () : String
Property Value
Type: System.String