---
title: "ASP.NET MVC Razor integration"
canonical_url: "https://www.nutrient.io/guides/docuvieware/asp-dotnet-mvc-razor/"
md_url: "https://www.nutrient.io/guides/docuvieware/asp-dotnet-mvc-razor.md"
last_updated: "2026-05-19T01:10:17.036Z"
description: "Integrate DocuVieware into ASP.NET MVC 5 projects with Razor views. Learn about custom snap-ins, selection areas, and client-server communication."
---

# ASP.NET MVC Razor integration

DocuVieware can be integrated into ASP.NET MVC 5 projects using Razor views. The guides below cover getting started, custom snap-in implementation, selection area handling, and client-server communication with custom actions.

- [Your first DocuVieware MVC Razor page](/guides/docuvieware/asp-dotnet-mvc-razor/your-first-docuvieware-mvc-razor-page.md)
   Integrate DocuVieware into your ASP.NET MVC 5 project with Razor views by following this guide on setup and configuration.

- [Client/server coming and going with custom actions](/guides/docuvieware/asp-dotnet-mvc-razor/mvc-client-server-coming-and-going-with-custom-actions.md)
   Implement a button in your MVC Razor project to generate a QR code on a document with custom client/server actions.

- [Use and handling of the selection area](/guides/docuvieware/asp-dotnet-mvc-razor/mvc-use-and-handling-of-the-selection-area.md)
   Use the selection area in MVC Razor applications to apply filters and manage coordinates with DocuVieware.

- [Custom snap-in implementation](/guides/docuvieware/asp-dotnet-mvc-razor/mvc-custom-snap-in-implementation.md)
   Create a custom snap-in in DocuVieware, including implementing a button to trigger server-side actions.

- [Custom snap-in implementation using an MVC PartialView](/guides/docuvieware/asp-dotnet-mvc-razor/mvc-custom-snap-in-implementation-using-a-partialview.md)
   Implement a custom snap-in using MVC PartialView to create a button that pings the server and receives a pong response.

---

## Related pages

- [Custom snap-in implementation using an MVC PartialView](/guides/docuvieware/asp-dotnet-mvc-razor/mvc-custom-snap-in-implementation-using-a-partialview.md)
- [Use and handling of the selection area](/guides/docuvieware/asp-dotnet-mvc-razor/mvc-use-and-handling-of-the-selection-area.md)
- [Client/server coming and going with custom actions](/guides/docuvieware/asp-dotnet-mvc-razor/mvc-client-server-coming-and-going-with-custom-actions.md)
- [Custom snap-in implementation](/guides/docuvieware/asp-dotnet-mvc-razor/mvc-custom-snap-in-implementation.md)
- [Your first DocuVieware MVC Razor page](/guides/docuvieware/asp-dotnet-mvc-razor/your-first-docuvieware-mvc-razor-page.md)

