Class BatchResponse
Reponse for a batch of Razor previews
Inherited Members
Namespace: Noxum.Nova.Razor.Client
Assembly: Noxum.Nova.Razor.Client.dll
Syntax
public class BatchResponse
Properties
Items
The rendered items as HTML
Declaration
[JsonPropertyName("items")]
public IList<BatchResponseItem> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<BatchResponseItem> |