Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Tag Helpers: Create a mechanism to create/activate TagHelpers. #1104

Closed
NTaylorMullen opened this issue Sep 8, 2014 · 1 comment
Closed
Assignees
Milestone

Comments

@NTaylorMullen
Copy link
Member

A TagHelper builder will new up an instance of a specific TagHelper and activate it with the DI system.

This will rely on #1165 in order to have a TagHelperManager to so we can override the CreateTagHelper method.

@NTaylorMullen NTaylorMullen self-assigned this Sep 8, 2014
@NTaylorMullen NTaylorMullen added this to the 6.0.0-beta1 milestone Sep 8, 2014
@NTaylorMullen NTaylorMullen changed the title Tag Helpers: Create a Tag Helper builder. Tag Helpers: Create a mechanism to create TagHelpers. Sep 23, 2014
@NTaylorMullen NTaylorMullen changed the title Tag Helpers: Create a mechanism to create TagHelpers. Tag Helpers: Create a mechanism to create/activate TagHelpers. Sep 23, 2014
NTaylorMullen added a commit that referenced this issue Sep 26, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

#1104
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

#1104
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

#1104
NTaylorMullen added a commit that referenced this issue Sep 30, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

#1104
NTaylorMullen added a commit that referenced this issue Sep 30, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

#1104
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

#1104
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

#1104
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

#1104
NTaylorMullen added a commit that referenced this issue Oct 3, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

#1104
@NTaylorMullen
Copy link
Member Author

d041249

NTaylorMullen added a commit that referenced this issue Oct 3, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

#1104
NTaylorMullen added a commit that referenced this issue Oct 5, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

#1104
NTaylorMullen added a commit that referenced this issue Oct 6, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

#1104
NTaylorMullen added a commit that referenced this issue Oct 8, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

#1104
NTaylorMullen added a commit that referenced this issue Oct 9, 2014
- The CreateTagHelper method is responsible for creating and activating TagHelpers.
- Added the support for requesting the ViewContext.
- Added tests to validate the tag helper creation mechanism.

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

No branches or pull requests

2 participants