IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
After you create the ProjectController class, you create the BugController class. The bug controller contains the logic for the actions that you want to perform against the Bug content type. In this tutorial, the bugs are displayed and created in the frontend. The Index action returns a view populated with the available bugs for a specified project. The Create action creates a Bug item and stores it in the database. Note that in this step only the Index action is created.
ProjectController
To create a controller for the Bug content type:
GITHUB EXAMPLE: For more information about the content of the file, see the BugController.cs file of the downloaded sample project.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important