Routing
fragment_custom_product_breadCrumbs
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| category | null |
| json | false |
| product | "132" |
Route Matching Logs
Path to match:
/en/_fragment/custom/breadCrumbs/product-132/json
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | fragment_custom_category_breadCrumbs.cs | /_fragment/custom/breadCrumbs/category-{category}/json-{json} | Path does not match |
| 2 | fragment_custom_category_breadCrumbs.en | /en/_fragment/custom/breadCrumbs/category-{category}/json-{json} | Path does not match |
| 3 | fragment_custom_product_breadCrumbs.cs | /_fragment/custom/breadCrumbs/product-{product}/json-{json} | Path does not match |
| 4 | fragment_custom_product_breadCrumbs.en | /en/_fragment/custom/breadCrumbs/product-{product}/json-{json} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.