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

In This Topic
    LoadActionUrl Property (TreeViewTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TreeView.LoadActionUrl. Sets the url to get the items in C1.Web.Mvc.TreeView.
    Syntax
    'Declaration
     
    Public Property LoadActionUrl As String
    public string LoadActionUrl {get; set;}
    See Also