Exemplo n.º 1
0
		public static string Action(this UrlHelper self, Expression<Action> expr) {
			return self.AsUrlFactory().Action(expr);
		}
Exemplo n.º 2
0
		public static string Absolute(this UrlHelper self, string relPath) {
			return self.AsUrlFactory().Absolute(relPath);
		}