-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved the AddCustomTagHelperActivation.
Since MVC contains many tag helpers out of the box, custom activation should not blindly redirect the creation of tag helpers to the application container, since the application container will not be able to build up a framework tag helper (with its dependencies). A predicate argument has been added to the AddCustomTagHelperActivation to allow control which tag helpers should be built-up by the application container, and which should be pulled in from the built-in DI system.
- Loading branch information
1 parent
b149ab0
commit 97d9261
Showing
2 changed files
with
37 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters