Search Results for

    Show / Hide Table of Contents

    Class BatchRequest

    Request parameters for a batch of Razor previews

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

    Properties

    Hyphenate

    Hyphenate the renditions

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

    Items

    The items to render

    Declaration
    [JsonPropertyName("items")]
    public IList<BatchRequestItem> Items { get; set; }
    Property Value
    Type Description
    IList<BatchRequestItem>

    Languages

    A comma separated list of language IDs to render

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

    UiCulture

    The UI culture

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

    Variants

    A comma separated list of variant IDs to render

    Declaration
    [JsonPropertyName("variants")]
    public IList<int> Variants { get; set; }
    Property Value
    Type Description
    IList<int>
    In this article
    Back to top Version 6.1.0.7rc