Views in ASP.Net Core MVC 6.0 – Arabic



Views in ASP.Net Core MVC 6.0 – Arabic

Views in ASP.Net Core MVC 6.0 - Arabic

In ASP.NET Core MVC, Views are .cshtml files that use the C# programming language in Razor markup.

Create New View
Controller — Create a new action Method that returns IActionResult
Right-click on action method — Add View — Razor View-Empty
the HTML file name should be the same name of the action method name