ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TreeViewTagHelper Class / LazyLoadActionUrl Property

In This Topic
    LazyLoadActionUrl Property (TreeViewTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TreeView.LazyLoadActionUrl. Sets the url to get the lazy nodes in C1.Web.Mvc.TreeView.
    Syntax
    'Declaration
     
    Public Property LazyLoadActionUrl As String
    public string LazyLoadActionUrl {get; set;}
    Remarks
    If set to True, the children nodes are loaded when the parent node is expanded. Otherwise, all the nodes will be loaded.
    See Also