-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.responses.loader.loaderurlresponse
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components.Responses.Loader
One Loader URL response to rule them all (they all have the same response.)
public class LoaderUrlResponse : NewgroundsIODotNet.Components.Interfaces.INgioComponentResponseInheritance Object → LoaderUrlResponse
Implements INgioComponentResponse
The value returned by this property in this class is not standard in NG documentation because this is a combined response.
public string Component { get; }public bool Success { get; }public Dictionary<string, object> Data { get; }public bool Debug { get; }public Nullable<NgioServerError> Error { get; }URL returned by the Loader request
public string Url { get; }