I need to read a XML file from App_Data in MVC3 according to the action that the user it's accessing at the moment.
<xml>
<actions>
<item action="index">
<add url="www.stackoverflow.com" description="This site it's for learning purpouses" />
</item>
</actions>
</xml>
What would be the best way of getting that <item> according to the action user it's accessing?
EDIT
Forgot to mention that the XML may only be accessed by 1 controller. So the filename it's [controller].xml