Hi Guys,
Sometimes we wanted to bypass some of the UI navigation steps and wanted directly to get into some page like settings or edit mode etc.,
Here are some of the relative links that I know.
Site Settings page:
/_layouts/settings.aspx
View all site content page:
/_layouts/viewlsts.aspx
Pages library:
/pages/forms/allitems.aspx
Manage Site Collection features page:
/_layouts/managefeatures.aspx?Scope=Site
Manage Site Features page:
/_layouts/managefeatures.aspx
Sign in as a different user prompt:
/_layouts/closeconnection.aspx?loginasanotheruser=true
If you want see which all webparts on a page, you can simple go to Web Part Maintenance page by adding the below query string to the end of the URL of any aspx page.
?Contents=1
Sandboxed Solution Gallery page:
/_catalogs/solutions/Forms/AllItems.aspx
Welcome Page settings page:
/_layouts/AreaWelcomePage.aspx
Happy Learning...
Sometimes we wanted to bypass some of the UI navigation steps and wanted directly to get into some page like settings or edit mode etc.,
Here are some of the relative links that I know.
Site Settings page:
/_layouts/settings.aspx
View all site content page:
/_layouts/viewlsts.aspx
Pages library:
/pages/forms/allitems.aspx
Manage Site Collection features page:
/_layouts/managefeatures.aspx?Scope=Site
Manage Site Features page:
/_layouts/managefeatures.aspx
Sign in as a different user prompt:
/_layouts/closeconnection.aspx?loginasanotheruser=true
If you want see which all webparts on a page, you can simple go to Web Part Maintenance page by adding the below query string to the end of the URL of any aspx page.
?Contents=1
Sandboxed Solution Gallery page:
/_catalogs/solutions/Forms/AllItems.aspx
Welcome Page settings page:
/_layouts/AreaWelcomePage.aspx
Happy Learning...
No comments:
Post a Comment