Shuvra
Shuvra

Reputation: 212

Display a ASP.NET form in .Net Core Blazor server Application

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

Answers (1)

BOT Elmo
BOT Elmo

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

Related Questions