In this step, you will create the view that contains the wijpager widget.
- In the Solution Explorer, go to the Views | Shared folder and double-click on the Layout.cshtml file to open it.
- Add the following markup within the
<body>
tags to create the slider element:
<div id="pager">
</div>