Microsoft.AspNetCore.SignalR.Resources.FormatForbidden_JSONPDisabled C# (CSharp) 메소드

FormatForbidden_JSONPDisabled() 정적인 개인적인 메소드

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