Microsoft.AspNetCore.SignalR.Resources.FormatForbidden_JSONPDisabled C# (CSharp) Method

FormatForbidden_JSONPDisabled() static private method

Forbidden: JSONP is disabled.
static private FormatForbidden_JSONPDisabled ( ) : string
return string
        internal static string FormatForbidden_JSONPDisabled()
        {
            return GetString("Forbidden_JSONPDisabled");
        }
Resources