Beginning C# 7 Hands-On:Advanced Language Features
上QQ阅读APP看书,第一时间看更新

Adding a show button to the HTML

Bring up Visual Studio. We need to place a button inside <html>; so, go to Toolbox and grab a Button control. Drag and drop it below the line beginning with <form id=.... Change the text on the button to say Show. You can delete the <div> lines, as you don't need them.