Routing
app_web_eshopcategory_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "cs" |
| slug | "vnitrni-zaluzie" |
Route Matching Logs
Path to match:
/vnitrni-zaluzie_c
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | inquiry_form.cs | /poptavka/{formType}/{selectedProduct} | Path does not match |
| 2 | inquiry_form.en | /en/poptavka/{formType}/{selectedProduct} | Path does not match |
| 3 | app_web_eshopcategory_index.cs | /{slug}_c | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.