Answers for "controller.file is a method which is not valid in the given context"

0

controller.file is a method which is not valid in the given context

You probably have this method inside MVC controller in which File method exists. Add in your code System.IO.File instead of File
Posted by: Guest on April-08-2021

Code answers related to "controller.file is a method which is not valid in the given context"

Browse Popular Code Answers by Language