Search
ItemListViewTagHelper Class
See Also
 





Tag helper of ItemListView.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public class ItemListViewTagHelper : TagHelper

Visual Basic  Copy Code

Public Class ItemListViewTagHelper
    Inherits TagHelper

 Example

This class implements the <mindfusion-itemlistview> tag.

 Inheritance Hierarchy

System.Object
    Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
        MindFusion.Diagramming.Mvc.ItemListViewTagHelper

 See Also