In this article I will explain with an example, how to install Microsoft.AspNet.WebPages Nuget Package in Visual Studio.
 
 

Downloading Microsoft Asp.Net Webpages package

You will need to install the Microsoft Asp.Net Webpages package using the following command.
Install-Package Microsoft.AspNet.WebPages -Version 3.2.6
 
Install Microsoft.AspNet.WebPages Nuget Package
 
Install Microsoft.AspNet.WebPages Nuget Package