Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 393 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 393 Bytes

Multipli-NestedTagHelpers

This is a sample solution demonstrating nesting of multiple tag helpers. A table element with thead, tbody, tr, th, and td child elements is generated from a set of custom tag helpers. The solution is designed to focus on how to handle complex nesting of tag helpers, rather than the recommended use of tag-helper-related classes and methods for generating HTML.