Skip to content

Unhide server option in blazor web template #48838

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

Merged
merged 4 commits into from
Jun 21, 2023

Conversation

surayya-MS
Copy link
Member

Unhide server option in blazor web template

Fixes #48626

@ghost ghost added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Jun 15, 2023
@surayya-MS surayya-MS added area-blazor Includes: Blazor, Razor Components and removed area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels Jun 16, 2023
@surayya-MS surayya-MS merged commit e1c4295 into dotnet:main Jun 21, 2023
@ghost ghost added this to the 8.0-preview6 milestone Jun 21, 2023
@surayya-MS surayya-MS deleted the blazorWebAppServer branch June 21, 2023 17:03
@@ -111,5 +121,6 @@ private class BlazorTemplatePages
{
internal static readonly string Index = "";
internal static readonly string FetchData = "showdata";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@surayya-MS Does this need to change to "weather"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it does but in another PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Surface option in the Blazor Web App template for server interactivity
3 participants