How to Select and Create Different Type of Views in MVC Aspx and Razor View Here.
In this article we are going to focus on how to use different type of Views in MVC. MVC have 2 types of View. 1.Razor,2.ASPX . Razor View called Razor Engine We can use light weight control ie. Html controls only we can implement. We cannot use Asp.net controls but Aspx View we can create both(Aspx,Html) but Rendering Time will be too Long. Here with i attach somesnapshots for this View. Here, I Explain 1.razor View -> Design and output 2.Aspx View -> Design and output
In this article we are going to focus on how to use different type of Views in MVC. MVC have 2 types of View. 1.Razor,2.ASPX . Razor View called Razor Engine We can use light weight control ie. Html controls only we can implement. We cannot use Asp.net controls but Aspx View we can create both(Aspx,Html) but Rendering Time will be too Long. Here with i attach somesnapshots for this View. Here, I Explain 1.razor View -> Design and output 2.Aspx View -> Design and output
Step 1
=============
Create the project
Ste2
================
Select the view
Step3
================
Show the razor view
Step4
===============
Razor view output screen
Ste5
============
aspx view creation