Search Results for

    Show / Hide Table of Contents

    Class BatchResponse

    Reponse for a batch of Razor previews

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

    Properties

    Items

    The rendered items as HTML

    Declaration
    [JsonPropertyName("items")]
    public IList<BatchResponseItem> Items { get; set; }
    Property Value
    Type Description
    IList<BatchResponseItem>
    In this article
    Back to top Version 6.1.0.7rc