Modify the BugMaster view

After you create the SaveBug action, you need to modify the BugMaster view. You do this by simply adding a link to the view. The link must navigate to the BugForm view. To do this, you have to call the ActionLink method of the HtmlHelper object. The actionName argument passes “CreateBug” and the controllerName argument passes “Bug”. Add the ID of the parent project to the route values.

EXAMPLE: For more information about the ActionLink method, see the BugMaster.cshtml file of the downloaded sample project.

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?