Class BatchResponseItem
Request parameters for an item of a batch of Razor previews
Inherited Members
Namespace: Noxum.Nova.Razor.Client
Assembly: Noxum.Nova.Razor.Client.dll
Syntax
public class BatchResponseItem
Properties
IsError
True, if en error occured during rendering
Declaration
[JsonPropertyName("isError")]
public bool IsError { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Key
The key to identity the item
Declaration
[JsonPropertyName("key")]
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProblemDetails
ProblemDetails if IsError is true
Declaration
[JsonPropertyName("problemDetails")]
public ProblemDetails ProblemDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| ProblemDetails |
Rendition
The rendition
Declaration
[JsonPropertyName("rendition")]
public string Rendition { get; set; }
Property Value
| Type | Description |
|---|---|
| string |