Exemplo n.º 1
0
 public object Post(IndexPage indexPage)
 {
     _indexPage = indexPage;
     return new OperationResult.SeeOther
                {
                    RedirectLocation = indexPage.CreateUri()
                };
 }
Exemplo n.º 2
0
 static IndexPageHandler()
 {
     _indexPage = new IndexPage {Message = "hello world"};
 }