The reason your Execute() method is not being hit is due to the use of string parameter type of your SubmitActionBase . There is a check in this base class ...
確定! 回上一頁