Routing
fragment_custom_category_breadCrumbs
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| category | "3257" |
| json | false |
| product | null |
Route Matching Logs
Path to match:
/en/_fragment/custom/breadCrumbs/category-3257/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} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.