Search Results for

    Show / Hide Table of Contents

    Class RenderRequest

    Request parameters for a Razor preview

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

    Properties

    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>

    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>

    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