Question:How will you display the view data in the view of an ASP.NET MVC Application?
A <%: ViewData["CurrentTime"] %> B <%=ViewData["CurrentTime"] %> C %ViewData["CurrentTime"] % D <ViewData["CurrentTime"] >
+ AnswerA
+ Report