3.2.2 Question
Multiple Choice
You are creating an ASP.NET MVC website and you want to replace a <h2>hello</h2> tag within the view with custom resources you have created. What should you use?
- A. <h2>@mvcapp.Resources.Home.Index.Heading</h2>
- B. <h2 div="resource">Hello</h2>
- C. <h2 class="resource">Hello</h2>
- D. <h2>@mvcapp.Resources.Home.Index.Heading Hello</h2>