I have a Chat class drived from Hub. I want to know if thers a way to built URL by URLHelper like : Url.Action("action","Controller").
as i can derived the class from 2 abstract classes (Hub, Controller) i dont know if thers other way to build complete URls and not Hard code.
You can do it with this, and I am using T4MVC.
I use this code in my Hub currently, I'm sure there is a better way to do this, but this works.
Note: If you want a a fully qualified url, make sure you set the domain correctly (example.com).