Class RenderRequest
Request parameters for a Razor preview
Inherited Members
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> |