This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Tag Helper initializers #2162
Comments
This was referenced Mar 12, 2015
DamianEdwards
added a commit
that referenced
this issue
Mar 13, 2015
- Any Action<ITagHelper, ViewContext> can be registered in DI to allow setting of tag helper properties after any [Activate] properties are set but before their bound from the source document and the tag helper is executed - Removed previous tag helper options as initializers is the way to do this now - #1689 - #2162
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Enable any
Action<ITagHelper, ViewContext>
to be registered in DI to allow setting of tag helper properties after any[Activate]
properties are set but before their bound from the source document and the tag helper is executed.The text was updated successfully, but these errors were encountered: