-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable MVC Views/Pages to invoke a Component as a TAG #6348
Comments
Not sure why this is still open. |
This should track using components AS TAGS from views. Updating the main post. |
@rynowak I managed to get RC working in MVC Views but had to update the I cant wait for this to be fully integrated into MVC so i dont have to map RC components to random HTML tags. Might need to do a Prefix though since you could have a Component named to a current standard html tag like |
Thanks for contacting us. We're moving this issue to the |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
@danroth27 any objections against closing this? |
No objections from me. We have the component tag helper for rendering components from MVC views and Razor Pages. If you want Blazor component syntax end-to-end you can create a Blazor Web App. |
We want to support views/pages using components using the normal element syntax. This is an upgrade over the current support for using HtmlHelper to invoke a component.
We need to do significant design and scoping work here to figure out the limitations and caveats of enabling this.
The text was updated successfully, but these errors were encountered: