Routing
course_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "5" |
Route Matching Logs
Path to match:
/course/5/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | ckimage_view | /ckimage/view/{id} | Path does not match |
| 2 | ckimage_delete | /delete/ckimage | Path does not match |
| 3 | ckimage_upload | /upload/ckimage | Path does not match |
| 4 | calendar | /calendar | Path does not match |
| 5 | calendar_venue | /calendar/venue/{venueId} | Path does not match |
| 6 | category_index | /category/ | Path does not match |
| 7 | category_new | /category/new | Path does not match |
| 8 | category_edit | /category/{id}/edit | Path does not match |
| 9 | category_delete-multiple | /category/multiple | Path does not match |
| 10 | client-config_edit-my | /edit-my-config/ | Path does not match |
| 11 | client-config_display-my-stationary | /display-my-stationary/ | Path does not match |
| 12 | client-config_edit-my-countries | /edit-my-countries/ | Path does not match |
| 13 | client_index | /admin/clients/ | Path does not match |
| 14 | client_new | /admin/clients/new | Path does not match |
| 15 | client_edit | /admin/clients/{id}/edit | Path does not match |
| 16 | client_config_edit | /admin/clients/{id}/config | Path does not match |
| 17 | client_display_stationary | /admin/clients/{id}/stationary | Path does not match |
| 18 | client_variables | /admin/clients/{id}/variables | Path does not match |
| 19 | client_delete | /admin/clients/{id} | Path does not match |
| 20 | client_delete_confirm | /admin/clients/{id}/delete-confirm | Path does not match |
| 21 | client_delete_perform | /admin/clients/{id}/delete-perform | Path does not match |
| 22 | course_index | /course/ | Path does not match |
| 23 | course_index_listing | /course/{page}/{orderby}/{order} | Path does not match |
| 24 | course_new | /course/new | Path does not match |
| 25 | course_edit | /course/{id}/edit | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.