Intermittent asp.net mvc exception: “A public action method ABC could not be found on controller XYZ.”

后端 未结 13 685
春和景丽
春和景丽 2020-12-02 04:57

I\'m getting an intermittent exception saying that asp.net mvc can’t find the action method. Here’s the exception:

A public action method \'Fill\' cou

相关标签:
13条回答
  • 2020-12-02 05:43

    For anyone having this problem with angularjs, MVC and {{imagepath}} type inserts in image src attributes, eg:

    "A public action method '{{imagepath}}previous.png' was not found on controller"

    The solution is to use ng-src instead of src.

    Hope this helps someone :)

    0 讨论(0)
提交回复
热议问题