This will be necessary for partials, and for Components. Basically, the view engine uses a dictionary of data to find the top level view (for an action) - after we do that, we want this context to be sticky, which means we need to pass it around. This ensures that partials and components will be resolved under the same paths as the main view. Currently this 'data' is just the route values - and there is an ongoing discussing about the right design here. The data that's being passed WILL change in the future. |
||
|---|---|---|
| samples/MvcSample.Web | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| NuGet.Config | ||
| WebFx.sln | ||
| build.cmd | ||
| global.json | ||
| makefile.shade | ||