Show / Hide Table of Contents

    Interface IHaveRawContent

    Interface to signal that the actual API would return more data.

    The property "RawData" will include the actual API result and not the Sloader normalized.

    Use with caution, because this is a "raw" data store

    Namespace: Sloader.Result
    Assembly: Sloader.Result.dll
    Syntax
    public interface IHaveRawContent

    Properties

    View Source

    RawContent

    JSON Serialized raw content

    Declaration
    string RawContent { get; set; }
    Property Value
    Type Description
    System.String
    • View Source
    Back to top Sloader - MIT License