Search Results for

    Show / Hide Table of Contents

    Class BatchRequestItem

    Request parameters for an item of a batch of Razor previews

    Inheritance
    object
    BatchRequestItem
    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 BatchRequestItem

    Properties

    Key

    The key to identity the item

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

    Objects

    A comma separated list of object IDs to render

    Declaration
    [JsonPropertyName("objects")]
    public IList<int> Objects { get; set; }
    Property Value
    Type Description
    IList<int>

    TemplateId

    The Template ID

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