JsonUtility.JavaScriptMimeType 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 JavaScriptMimeType As String 
    Get
'Usage
Dim value As String 

value = JsonUtility.JavaScriptMimeType
public static string JavaScriptMimeType { get; }
public:
static property String^ JavaScriptMimeType {
    String^ get ();
}
static member JavaScriptMimeType : string
static function get JavaScriptMimeType () : String

Property Value

Type: System.String

See Also

Reference

JsonUtility Class

Microsoft.AspNet.SignalR.Json Namespace