Skip to content
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

Closed
NTaylorMullen opened this issue Sep 17, 2014 · 1 comment
Labels

Comments

@NTaylorMullen
Copy link
Contributor

This item goes along side aspnet/Razor/issues/99 and is used to translate from string => Type[] where Type[]s are valid types that should have TagHelperDescriptors built for them.

If we wanted to we could change the contract to be from Type[] => Type[] where the ending Type[] is the valid list of tag helper types. I feel that putting the initial string => all Type[]s logic in Mvc makes sense since it's part of the type resolving process.

@NTaylorMullen NTaylorMullen added this to the 6.0.0-beta1 milestone Sep 17, 2014
@NTaylorMullen NTaylorMullen changed the title Create TagHelper string => Type[] resolver Tag Helpers: Create string => Type[] resolver Sep 17, 2014
@NTaylorMullen NTaylorMullen changed the title Tag Helpers: Create string => Type[] resolver Tag Helpers: Create string => Type[] resolver so Mvc can notify Razor what Types are TagHelpers based on a lookup string.. Sep 18, 2014
@NTaylorMullen NTaylorMullen self-assigned this Sep 22, 2014
@NTaylorMullen NTaylorMullen removed this from the 6.0.0-beta1 milestone Sep 25, 2014
@NTaylorMullen NTaylorMullen removed their assignment Sep 25, 2014
@NTaylorMullen
Copy link
Contributor Author

Moved to Razor: aspnet/Razor#158

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants