Class BatchRequest
Request parameters for a batch of Razor previews
Inherited Members
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> |