Link to Subpage

Product: PowerShell Universal
Version: 5.0.6

Hello,

I’ve created a main page :5000/Home_Services/Home
In this mainpage, I’ve created a sub page :
Name : SubPageHome
URL : /SubPageHome
Title : SubPageHome

I try to acces to this sub page but I’ve tried every link and nothing works :confused:

Invoke-UDRedirect -Url “/SubPageHome”
Invoke-UDRedirect /Home_Services/SubPageHome
Invoke-UDRedirect /Home_Services/Home/SubPageHome
Invoke-UDRedirect /Home_Services/Home/SubPageHome/Home

Do you know how to access to this subpage ? I can access to another main pages from another apps but I thing it’s not the best way.

It’s possible to add the same “View app” or “View page” on the sub page edition ?

Regards

In the code for your Home_Services page, are you defining a -Content block or a -Pages object?

Hello, Thanks for your reply,

I found the solution, I was thinking the main page was like a Hub to navigate into subpage, but no, I understand this page is just for “cached” subpage with -Pages block and apply a layout. It’s working now :slight_smile:

Regards

1 Like