This is similar to the SO question here..
How to generate a path/url from a Route in the Routes table?
..only this time I'd like to be able to build a url within one of my Model (partial) classes.
I'm defining a new property that will contain the text to be rendered within an rss feed, and want to insert urls (within anchor tags) in this text.
I found the UrlHelper.GenerateUrl
method, but get unstuck once I get beyond passing in the appropriate RouteName, ActionName and ControllerName.