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: Enable TagHelpers in MvcRazorHost #1165
Comments
NTaylorMullen
changed the title
Tag Helpers: Create MvcTagHelperManager to enable MvcTagHelper execution.
Tag Helpers: Create MvcTagHelperManager to enable activation in RazorPage.
Sep 23, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 24, 2014
- Registered each Mvc specific piece in DI so it can be pulled down into Razor and RazorPage. #1165
NTaylorMullen
added a commit
that referenced
this issue
Sep 24, 2014
- Since an MvcTagHelperTypeResolver was created and required by the MvcHost we needed to change the tests to utilize the new signature. #1165
NTaylorMullen
changed the title
Tag Helpers: Create MvcTagHelperManager to enable activation in RazorPage.
Tag Helpers: Enable ITagHelperScopeManager and ITagHelperRunner injection into RazorPage.
Sep 25, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 26, 2014
- Added ITagHelperRunner and ITagHelperScopeManager to the MvcServices. - Set the appropriate GeneratedTagHelperContext properties to ensure code is generated correctly. - Added a new service dependency to the MvcRazorHost to take in ILibraryManager so it can create a valid TagHelperTypeResolver. #1165
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Set the appropriate GeneratedTagHelperContext properties to ensure code is generated correctly. - Added a new service dependency to the MvcRazorHost to take in ILibraryManager so it can create a valid TagHelperDescriptorResolver. #1165
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
- Set the appropriate GeneratedTagHelperContext properties to ensure code is generated correctly. - Added a new service dependency to the MvcRazorHost to take in ILibraryManager so it can create a valid TagHelperDescriptorResolver. #1165
NTaylorMullen
changed the title
Tag Helpers: Enable ITagHelperScopeManager and ITagHelperRunner injection into RazorPage.
Tag Helpers: Enable TagHelpers in MvcRazorHost
Sep 29, 2014
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- Set the appropriate GeneratedTagHelperContext properties to ensure code is generated correctly. - Set the TagHelperDescriptorResolver. #1165
NTaylorMullen
added a commit
that referenced
this issue
Oct 3, 2014
- Set the appropriate GeneratedTagHelperContext properties to ensure code is generated correctly. - Set the TagHelperDescriptorResolver. #1165
NTaylorMullen
added a commit
that referenced
this issue
Oct 5, 2014
- Set the appropriate GeneratedTagHelperContext properties to ensure code is generated correctly. - Set the TagHelperDescriptorResolver. #1165
NTaylorMullen
added a commit
that referenced
this issue
Oct 6, 2014
- Set the appropriate GeneratedTagHelperContext properties to ensure code is generated correctly. - Set the TagHelperDescriptorResolver. #1165
NTaylorMullen
added a commit
that referenced
this issue
Oct 8, 2014
- Set the appropriate GeneratedTagHelperContext properties to ensure code is generated correctly. - Set the TagHelperDescriptorResolver. #1165
NTaylorMullen
added a commit
that referenced
this issue
Oct 9, 2014
- Set the appropriate GeneratedTagHelperContext properties to ensure code is generated correctly. - Set the TagHelperDescriptorResolver. #1165
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Razor exposes a
TagHelperDescriptorResolver
in aspnet/Razor#148 which needs to be created from the runtime host in order to enableTagHelper
s.This item involves:
new
ing up aTagHelperDescriptorResolver
for theMvcRazorHost
to use.string
type names down to Razor.The text was updated successfully, but these errors were encountered: