Let's take a look at the implementation. The following is an illustration of our basic HTML file:
Figure 6.7.1: The basic starting HTML for this project
Let's take a look at the implementation. The following is an illustration of our basic HTML file:
First, let's add a class. Go to Solution Explorer, right-click on the name of the website, select Add, and click on Class. Name the class ThreeDShapes and click on OK. When the Visual Studio message comes up, click on Yes. There you go! We have public class ThreeDShapes. The relevant portion of the initial ThreeDShapes class code is shown in the following screenshot: