Skip to content
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

Sections #10452

Closed
danroth27 opened this issue May 22, 2019 · 3 comments
Closed

Sections #10452

danroth27 opened this issue May 22, 2019 · 3 comments
Assignees
Labels
area-blazor Includes: Blazor, Razor Components enhancement This issue represents an ask for new feature or an enhancement to an existing one Needs: Design This issue requires design work before implementating.

Comments

@danroth27
Copy link
Member

In Blazor we don't currently have an equivalent to sections in MVC/Razor Pages. We should discuss what if anything we need to handle the relevant scenarios, like enabling a component to add scripts to the bottom of the page.

@danroth27 danroth27 added Needs: Design This issue requires design work before implementating. area-blazor Includes: Blazor, Razor Components labels May 22, 2019
@mkArtakMSFT mkArtakMSFT added this to the 3.0.0-preview8 milestone May 22, 2019
@mkArtakMSFT mkArtakMSFT modified the milestones: 3.0.0-preview8, 3.1.0 May 23, 2019
@mkArtakMSFT mkArtakMSFT added the enhancement This issue represents an ask for new feature or an enhancement to an existing one label May 23, 2019
@Andrzej-W
Copy link

Hopefully you will be able to resolve this issue #9128 which was closed as "problematic".

@Rauce
Copy link

Rauce commented Aug 19, 2019

...like enabling a component to add scripts to the bottom of the page.

Also applies to adding Bootstrap modals, which to work correctly need to be direct children of the <body> html tag.

Often the @Body of a layout component is nested in a hierarchy of tags below <body>, so including a modal in a Blazor Page (which is desired if the modal contains a form with binding/event hookups to the Page code) prevents it from working correctly.

@mkArtakMSFT mkArtakMSFT modified the milestones: 5.0.0, 5.0.0-preview1 Aug 19, 2019
@mkArtakMSFT
Copy link
Member

We're going to provide some of this functionality as part of #10450
The rest doesn't seem to be much value-add.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components enhancement This issue represents an ask for new feature or an enhancement to an existing one Needs: Design This issue requires design work before implementating.
Projects
None yet
Development

No branches or pull requests

5 participants