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
Tag Helpers: Add ability to specify ContentBehavior #122
Comments
This will be done using an attribute only. There is no other planned way to do so, at this point, but we might at some point add a mechanism to provide descriptors using a provider. This might be an interesting case for view components (though we can make view components work through metaprogramming). |
NTaylorMullen
added a commit
that referenced
this issue
Sep 26, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorResolver. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Sep 30, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Sep 30, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Oct 1, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Oct 1, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Oct 3, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Oct 4, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Oct 4, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Oct 5, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
NTaylorMullen
added a commit
that referenced
this issue
Oct 9, 2014
- Added detection of custom ContentBehaviors via the ContentBehaviorAttribute in the TagHelperDescriptorFactory. - Updated some comments in the ContentBehavior enum. - Add tests to validate custom content behavior resolution. #122
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TagHelper
's default content behavior isContentBehavior.None
. We need to add aContentBehaviorAttribute
to override what aTagHelper
'sContentBehavior
should be.The text was updated successfully, but these errors were encountered: