How can I read an XML file in a Web API app?
问题 If this makes any difference, the XML file is being sent from a handheld device. There are a couple of interesting answers to a similar question here, but I'm not sure the more popular answer really addresses my situation (where the client seems to be passing a custom type (ComputerInfo)) whereas in my case it is an actual XML file is the arg being passed. The second answer looks perhaps more "up my alley/what the doctor ordered" but I don't know what signature my method should have.