ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Pager Class
Members






In This Topic
    Pager Class
    In This Topic
    The Pager control can bind to a data control or CollectionView service to support page navigation.
    Object Model
    Pager Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class Pager 
       Inherits Control
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As Pager
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class Pager : Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class Pager = class(Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class Pager extends Control implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class Pager : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class Pager : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.Pager

    See Also