Skip to content

newgroundsiodotnet.components.responses.loader.loaderurlresponse

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

LoaderUrlResponse

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.INgioComponentResponse

Inheritance ObjectLoaderUrlResponse
Implements INgioComponentResponse

Properties

Component

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; }

Property Value

String

Success

public bool Success { get; }

Property Value

Boolean

Data

public Dictionary<string, object> Data { get; }

Property Value

Dictionary<String, Object>

Debug

public bool Debug { get; }

Property Value

Boolean

Error

public Nullable<NgioServerError> Error { get; }

Property Value

Nullable<NgioServerError>

Url

URL returned by the Loader request

public string Url { get; }

Property Value

String

Clone this wiki locally