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

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -