Hi, I want to use LinkBuilder in my Controller derived class but there is no other way insted of creating new ViewContext. Why I need to use LinkBuilder? Because the output from Controller is XML (my own XmlResult) and inside Xml I need to use Urls from my Routing. For example the RSS feed created using...