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