You are creating an ASP.NET MVC web application. The application accepts phone number input through the application’s form. When viewing the source from a browser, you find the following code: PhoneNumber: <input id=”phoneNumber” name=”phoneNumber” size=”10” type=”text” value=”” /><br /> What Razor syntax code segment was used?