You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
This is a new model binding attribute that specifies that the value should come from a header value on the request.
This will allow binding a header value on an action parameter or property (of a DTO) as a string, or string[] - based on the value of Request.Headers.Get(..)/GetValues(...)
The text was updated successfully, but these errors were encountered:
Hi, I am a newbie and I don't know where to put my questions. I am just starting to play with vnext and when I try to compile the source code for MVC project I get always error, i.e:
Error CS1061 'IFileSystem' does not contain a definition for 'TryGetFileInfo' and no extension method 'TryGetFileInfo' accepting a first argument of type 'IFileSystem' could be found (are you missing a using directive or an assembly reference?) Microsoft.AspNet.Mvc.Razor.Host..NET Framework 4.5 ChunkInheritanceUtility.cs 61.
An instance of FileSytem is trying to use a method not existing. How is possible that happens? What am I missing?
I would appreciate any help.
Thanks
This is a new model binding attribute that specifies that the value should come from a header value on the request.
This will allow binding a header value on an action parameter or property (of a DTO) as a string, or string[] - based on the value of
Request.Headers.Get(..)/GetValues(...)
The text was updated successfully, but these errors were encountered: