This repository was archived by the owner on Dec 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Implement Order #94
Comments
NTaylorMullen
added a commit
that referenced
this issue
Jan 26, 2015
- Added codegen code to pass appropriate order into the TagHelperExecutionContext. Ultimately decided to make order control a runtime feature to allow flexibility in the future. #94
NTaylorMullen
added a commit
that referenced
this issue
Jan 26, 2015
- Added functional code generation tests and unit tests. - Tested runtime and parse time features of the OrderAttribute. - Modified existing codegen test to further validate the Order attribute value. #94
NTaylorMullen
added a commit
that referenced
this issue
Jan 26, 2015
- Added codegen code to pass appropriate order into the TagHelperExecutionContext. Ultimately decided to make order control a runtime feature to allow flexibility in the future. #94
NTaylorMullen
added a commit
that referenced
this issue
Jan 26, 2015
- Added functional code generation tests and unit tests. - Tested runtime and parse time features of the OrderAttribute. - Modified existing codegen test to further validate the Order attribute value. #94
NTaylorMullen
added a commit
that referenced
this issue
Jan 26, 2015
- Added order property to the ITagHelper class. Lower values indicates higher execution priority. #94
NTaylorMullen
added a commit
that referenced
this issue
Jan 26, 2015
- Tested runtime run execution order control. #94
NTaylorMullen
added a commit
that referenced
this issue
Jan 26, 2015
- Tested runtime run execution order control. #94
NTaylorMullen
added a commit
to aspnet/Mvc
that referenced
this issue
Jan 28, 2015
- Implemented ITagHelperinterface for TagCloudViewComponentTagHelper in the TagHelperSample.
NTaylorMullen
added a commit
that referenced
this issue
Jan 28, 2015
- Added order property to the ITagHelper class. Lower values indicates higher execution priority. #94
NTaylorMullen
added a commit
that referenced
this issue
Jan 28, 2015
- Tested runtime run execution order control. #94
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now if you have multiple TagHelpers that target the same tag element they run in pretty much a random order. We should implement an attribute that controls what order Tag Helpers are run in.
The text was updated successfully, but these errors were encountered: