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 Helpers: Create a mechanism to create/activate TagHelpers. #1104
Comments
NTaylorMullen
changed the title
Tag Helpers: Create a Tag Helper builder.
Tag Helpers: Create a mechanism to create TagHelpers.
Sep 23, 2014
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
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.
A
TagHelper
builder willnew
up an instance of a specificTagHelper
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.The text was updated successfully, but these errors were encountered: