asp.net mvc - OnActionExecuting gets called when loading images on Firefox & IE but not on Chrome -
asp.net mvc - OnActionExecuting gets called when loading images on Firefox & IE but not on Chrome -
i testing code in onactionexecuting
action , noticed chrome acting differently firefox & ie.
firefox & ie fires onactionexecuting
action on images (maybe more?) , chrome not.
i requested property: filtercontext.requestcontext.httpcontext.request.currentexecutionfilepathextension
gives me extension of requested url. in case was: `".png"
why isn't chrome firing action?
note: (i have not tested further, stopped when noticed fires images. browsers tested ie & firefox)
has asp.net mvc or browser?
asp.net-mvc internet-explorer google-chrome firefox action-filter
Comments
Post a Comment