0
muhittincelik created
Hi
I am using Asp.Net Core & Angular 10.4 version.
I want to develope an application that collects data from the web so i want to user webbrowser control in my app. How can i do that ?
Reference which dll ?
Muhittin
1 Answer(s)
-
0
Hi @muhittincelik
Do you mean this control https://docs.microsoft.com/en-us/dotnet/desktop/winforms/controls/webbrowser-control-windows-forms?view=netframeworkdesktop-4.8 ? If so, you can't add it to Angular app. You need to add it to your Host project or you can create a separate ASP.NET Core web project.