ActionResultメソッドのオプションパラメータを作成したいと思います。メソッドのMVCオプションパラメータ
私は、次のしている:私は次の操作を実行しようとすると
public ActionResult ViewReq (int id, string Req = null)
は:
http://localhost/RepMedia/Controller1/ViewReq?id=34343?Req="34233"
私は次のことを試してみましたが、エラーが発生しました:
An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter. Parameter name: parameters
私はないです私が間違っていることを確かめてください。