Kealstex

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Kealstex created a post,

    Cannot resolve action MVC 5

    I have сontroller with method  public async Task<IActionResult> LoadMetalAsync(IFormFile xlsx) And I try to get action URL on View with help of  @Url.Action( "LoadMetalAsync", "ControllerName") I g...