Reputation: 212
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?
Upvotes: 0
Views: 297
Reputation: 69
I use the documentation from microsoft allot. Here is a link with help to make a Blazor form. https://learn.microsoft.com/en-us/aspnet/core/blazor/forms-validation?view=aspnetcore-3.1
Upvotes: 2