Developers can access ASP.NET views to customize the presentation of new
objects.
To access custom views for development:
- Navigate to
[Site_Root]\Views\Custom\Entity\Types\[Custom_Object_Name],
where Index.cshtml and ListItem.cshtml
reside.
- Index.cshtml: Develop this view to affect the
presentation of the new object's landing page.
- ListItem.cshtml: Develop this view to affect the
presentation of the listed object instances.
Note
ListItem.cshtml controls the presentation
of the items that can be accessed via the new object's landing
page.
- Open the object's view (Index.cshtml) in Visual Studio or
other ASP.NET editor.
- Customize the new object's view to meet your site's presentation needs.
Next Steps: If you are new to development within an ASP.NET MVC web application, see Getting started with ASP.NET MVC.