-
Hi,
Amazon release functionality in Lambda to enable use of razor pages and webapi as functions.
repo here: https://github.com/aws/aws-lambda-dotnet
article https://aws.amazon.com/blogs/develope…
-
I see the areas issue was fixed for MVC but not Razor Pages.
In my project I have:
Areas/Records/Pages/Search
Areas/Account/Pages/Search
And adding breadcrumbs for both gives:
System.Argume…
-
If I try to use the Dependency Injector in the `.cshtml.cs` file of a Razor Page, it gets the error:
"Could not inject dependency because the class was not found in his file"
![image](https://gith…
-
Hi,
I see the contributing guidelines encourage general feedback and discussions here, so hopefully this is the place for this question.
This is regarding the [Bind across more than two componen…
-
## Description
When using razor pages, if the script tag contains @@, using the provided tag helper (`@addTagHelper *, WebOptimizer.Core`) would mess up the code.
## Example
```html
```
Due t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
In .NET7 I have a project that mixes Blazor Server with Razor pages to perform login (L…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
It's Great If Can Add Auto Render M…
-
Seems like the generator needs to disambiguate the `App` identifier.
```
D:\Temp\App>dotnet --version
7.0.100-preview.7.22377.5
```
```
D:\Temp\App>dotnet new blazorserver
The template "Bla…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
When having multiple pages wi…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I am using Blazor Components inside .Net8 MVC Web Application. I am using IViewLocalizer insi…