-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
When creating a new ,net8 ASP.NET Core Web App (Razor Pages) project with individual ac…
-
`dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.0.0-preview8.19405.7`
Results:
```
用法: new [选项]
选项:
-h, --help Displays help for this command.
-l, --list List…
-
The example provided for AddApplicationParts references code that is deprecated for (at least) .NET 7.
Microsoft.AspNetCore.App has been deprecated.
[see nuget package here](https://www.nuget.or…
-
### Project name
Topic Box
### Description
This is an ASP.NET Core Razor Pages Productivity Tool that utilizes the Microsoft Graph.NET SDK to filter emails by your favorite topics.
This is…
-
I'm moving my project from MVC5 to Asp.Net Core using Razor Pages and found that only MVC is supported. It woud be great to have some kind of RecaptchaRazorPageExtensions.cs and also the one for Blazo…
-
Should we start by checking which skills (or wishes) there are available for the tech stack? We can start a ASP.NET Core MVC application with an angular front-end, but if there aren't any contributors…
-
This tutorial is great but there is something I am not sure if it is OK or bad practice.
I naively took the Filter Attribute and tried to use it globally in the `Movies`,
```
public void Configur…
-
## Background and Motivation
In asp.net core MVC and razor pages, the asp-for tag helper sets a css class for invalid input fields. But there is no way to customize that class name. Most CSS librarie…
-
@madskristensen
### Installed product versions
- Visual Studio: 2017 15.3
### Description
cshtml changes aren't reflected
### Steps to recreate
1. Create a new asp.net core 2.0 razor page…
-
### Describe the bug
I have a Blazor Server app that uses Windows Authentication. It requires SignalR hub connection to update partial UI when a user click a button. I have followed [Use ASP.NET Core…