Export to GitHub

myextensions - XmlResult.wiki


Simple Sample

```

public ActionResult GetMyProfile(){

MyProfile profile = new MyProfile(userName);

return Xml(profile); }

```