예제 #1
0
 public static ContentPageNext GetContentPageNext(ContentPageNext.NavDirection direction)
 {
     return(new ContentPageNext {
         NavigationDirection = direction,
         ContentPage = CmsPage.ThePage
     });
 }
예제 #2
0
 public static ContentPageNext GetContentPageNext(ContentPageNext.NavDirection direction, ContentPageNext.CaptionSource caption)
 {
     return(new ContentPageNext {
         NavigationDirection = direction,
         CaptionDataField = caption,
         ContentPage = CmsPage.ThePage
     });
 }