public static string Action(this UrlHelper self, Expression<Action> expr) {
			return self.AsUrlFactory().Action(expr);
		}
		public static string Absolute(this UrlHelper self, string relPath) {
			return self.AsUrlFactory().Absolute(relPath);
		}