Skip to content

Add support for TagHelpers #1

Description

@cesarsouza

Add tag helpers that can be used to define a template on-the-fly, e.g.

<list asp-for="Books" method="Get">
   <div class="card">
         <list-item>
   </div>
</list>

where dynamic-list and dynamic-item would be e.g. implemented in a DynamicListTagHelper and DynamicItemTagHelper

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions