Images must be up to megabytes and greater than 50x50
Original Image Result 80 Chapter ■ Computer Vision in Web Apps with ASP.NET MVC Core @ViewData["result"] Notice how the page can receive data from the related action by using the ViewData object (in ASP.NET MVC, the @ symbol allows you to include C# code in the markup) Once you have designed the page, you have to add it to the list of pages available for the application To accomplish this, open the _Layout.cshtml file located under Views\ Shared, and add the following line highlighted in bold in the code block that groups the available pages: