asp.net - Umbraco temporary page -
i building umbraco 7.4.3 site, , ended situation. have node structure inside umbraco this.
so, have student , teacher node under home.
the student node show detail student.
now want have page can edit student, "i want separate page (not popup) linking page can edit student", /edit-student/?id=2.
but in order end in structure this, see screenshot
see? have node editstudent have page can edit student, can call page /student/editstudent/?id=2
but don't want have node "editstudent", feel making node structure dirty.
i want solution that can still have url /student/editstudent/?id=2 don't want see node "editstudent" under student or somewhere else inside umbraco.
is possible happen? virtual url (but not aspx) pages.
found answer posted @ our.umbraco.org forum.
just create template , ill name "edit", can access url: /student/edit/, , of course can add parameters.
if there no other node name "edit" found under student use "edit" template alternative.
Comments
Post a Comment