This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Change [RestrictChildren] to work for non-TagHelper children. #543
Closed
Description
Today if a user provides [RestrictChildren]
any children specified MUST be a TagHelper
. This decision was initially made so we didn't have to maintain HTML element scopes in the TagHelperParserRewriter
. With the completion of #474 we will track non-TagHelper
HTML elements making this much easier to accomplish.