に私が持っているとUSERIDパラメータを取るアクション:?ASP.net MVCルートパラメータ例外
〜/ユーザ/ショーのuserId = 1234
すべてが提供さはuserIdがintかそうでないときを除いて正常に動作します不足している。ユーザーがエラーページにリダイレクトされ
Message: The parameters dictionary contains a null entry for parameter 'userId' of
non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult Show(Int32,
System.Nullable`1[System.Boolean], System.String)' in 'S4U.Web.Mvc.Controllers.ProfileController'. An optional parameter must be a reference type,
a nullable type, or be declared as an optional parameter.
Parameter name: parameters
..after:
は、その後、それは、この例外がスローされます。
どのようにしてアクションがヒットしないようにルートを設定し、代わりに404をスローしますか?