Exemplo n.º 1
0
 public FubuContinuation post_deep_data(DeepClass1 content)
 {
     return(FubuContinuation.RedirectTo(_trace.LogUrl));
 }
Exemplo n.º 2
0
        public FubuContinuation post_deep_data(DeepClass1 content)
        {
            return FubuContinuation.RedirectTo(_urls.UrlFor(_trace.Current));

        }
Exemplo n.º 3
0
        public FubuContinuation post_deep_data(DeepClass1 content)
        {
            return FubuContinuation.RedirectTo(_trace.LogUrl);

        }