Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ASP.NET 2.0 Razor Page support to the ASP.NET Core integration package #572

Closed
dotnetjunkie opened this issue Jun 23, 2018 · 1 comment
Milestone

Comments

@dotnetjunkie
Copy link
Collaborator

As discussed here, ASP.NET Core 2.0 contains a new MVVM-like model, called Razor Pages, where the Page contains both data and behavior.

To support this, the following should be added:

  • An IPageModelActivatorProvider implementation
  • An extension method that allows registration of PageModel classes, similar to the AddMvcControllers extension method.
@dotnetjunkie dotnetjunkie added this to the Backlog milestone Jun 23, 2018
@dotnetjunkie dotnetjunkie modified the milestones: Backlog, v4.4 Jul 14, 2018
@dotnetjunkie dotnetjunkie modified the milestones: v4.4, v4.5 Sep 23, 2018
@dotnetjunkie
Copy link
Collaborator Author

Created feature-572 branch.

dotnetjunkie added a commit that referenced this issue Mar 14, 2019
…dels extension method to ASP.NET Core MVC integration package. Fixes #572
dotnetjunkie added a commit to simpleinjector/Documentation that referenced this issue Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant