public MyContentControllerBaseWithSuffix() : base(null)
 {
     Content = new ControllerContentHelper(null, () => new PathData(MyCurrentPage));
 }
Example #2
0
 public MyCustomRedirectController(ILinkGenerator linkGenerator)
     : base(linkGenerator, null)
 {
     Content = new ControllerContentHelper(null, () => new PathData(MyCurrentPage, MyCurrentItem));
 }