Search Results for

    Show / Hide Table of Contents

    Class BatchResponseItem

    Request parameters for an item of a batch of Razor previews

    Inheritance
    object
    BatchResponseItem
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Razor.Client
    Assembly: Noxum.Nova.Razor.Client.dll
    Syntax
    public class BatchResponseItem

    Properties

    IsError

    True, if en error occured during rendering

    Declaration
    [JsonPropertyName("isError")]
    public bool IsError { get; set; }
    Property Value
    Type Description
    bool

    Key

    The key to identity the item

    Declaration
    [JsonPropertyName("key")]
    public string Key { get; set; }
    Property Value
    Type Description
    string

    ProblemDetails

    ProblemDetails if IsError is true

    Declaration
    [JsonPropertyName("problemDetails")]
    public ProblemDetails ProblemDetails { get; set; }
    Property Value
    Type Description
    ProblemDetails

    Rendition

    The rendition

    Declaration
    [JsonPropertyName("rendition")]
    public string Rendition { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Version 6.1.0.7rc