This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Tag Helpers: Create string => Type[] resolver so Mvc can notify Razor what Types are TagHelpers based on a lookup string.. #1149
Labels
This item goes along side aspnet/Razor/issues/99 and is used to translate from
string
=>Type[]
whereType[]
s are valid types that should haveTagHelperDescriptor
s built for them.If we wanted to we could change the contract to be from
Type[]
=>Type[]
where the endingType[]
is the valid list of tag helper types. I feel that putting the initialstring
=> allType[]
s logic in Mvc makes sense since it's part of the type resolving process.The text was updated successfully, but these errors were encountered: