c# - How to accesss controller ActionBindingContext in rc2 vnext? -


in rc1 , previous builds, controller had bindingcontext property, actionbindingcontext object.

this doesnt seem available in rc2? ideas how access it?

i using rc2-16357

my nuget feeds are

<?xml version="1.0" encoding="utf-8"?> <configuration>     <packagesources>         <add key="aspnet-contrib" value="https://www.myget.org/f/aspnet-contrib/api/v3/index.json" />         <add key="aspnetvnext" value="https://www.myget.org/f/aspnetvnext/api/v3/index.json" />         <add key="azuread nightly" value="https://www.myget.org/f/azureadwebstacknightly/api/v3/index.json" />         <add key="nuget" value="https://api.nuget.org/v3/index.json" />         <add key="dotnetcore" value="https://www.myget.org/f/dotnet-core/api/v3/index.json" />         <add key="xunit" value="https://www.myget.org/f/xunit/api/v3/index.json" />     </packagesources> </configuration> 


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -