Search Results for

    Show / Hide Table of Contents
    View Source

    Class ListViewPagedModel<TContent>

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ListViewPagedModel<TContent> where TContent : IContentBase
    Type Parameters
    Name Description
    TContent

    Properties

    View Source

    Items

    Declaration
    public required PagedModel<TContent> Items { get; init; }
    Property Value
    Type Description
    PagedModel<TContent>
    View Source

    ListViewConfiguration

    Declaration
    public required ListViewConfiguration ListViewConfiguration { get; init; }
    Property Value
    Type Description
    ListViewConfiguration
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX