这里,我有一个示例链接,其中包含如下所示的xml数据。正如您从给定链接中可以看到的那样,xml元素<DisplayName>Name of the employee</DisplayName>.I希望从DisplayName元素中获取所有值。如何获取每个xml元素DisplayName的内容,并将其作为json对象的列表返回?到目前为止,这是我在下面尝试过的,但是它没有返回任何东西。当我放置一个断点时,我发现response.IsSuccessStatusCode = false和ReasonPhrase和StatusCode是response.IsSuccessSta