欢迎来到易学考试网 易学考试官网
全部科目 > 微软认证考试 > MCTS > MCTS(70-515)

单项选择题

You are implementing an ASP.NET page. Client-side script requires data. Your application includes a class named Person with a Name property of type string. The code-behind file of the page includes the following code segment.

You need to use the JavaScriptSerializer class to serialize only the Name property of each item in the people list. Which code segment should you use?()

    A.JsonValue = json.Serialize(people.Select(p => p.Name));
    B.var names = from person in people select person; JsonValue = "{" + json.Serialize(names) + "}";
    C.JsonValue = json.Serialize(people.SelectMany( p =>Name.AsEnumerable()));
    D.var names = from person in people select person; JsonValue = json.Serialize(names);

点击查看答案

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题