0
votes

I have created a new Blazor server application. I want to display a page/form from another Asp.NET application. What will be the best secure way to display a online page or ASP.NET application page in the blazor Application?

1

1 Answers

2
votes

I use the documentation from microsoft allot. Here is a link with help to make a Blazor form. https://docs.microsoft.com/en-us/aspnet/core/blazor/forms-validation?view=aspnetcore-3.1