Microsoft.AspNetCore.SignalR.Resources.FormatForbidden_JSONPDisabled C# (CSharp) Méthode

FormatForbidden_JSONPDisabled() static private méthode

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