maxtoroq / MvcPages

MvcPages combines the simplicity of ASP.NET Web Pages with the power of ASP.NET MVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: Development of MvcPages has ceased in favor of XCST

MvcPages combines the simplicity of ASP.NET Web Pages with the power of ASP.NET MVC. Use model binding, model validation, strongly-typed HTML helpers, editor and display templates, etc. directly from your Razor pages, no need for routes or controllers.

See the documentation for more information.

NuGet

Features

  • Use the same ASP.NET MVC programming model to develop standalone Razor pages
  • Use MVC layouts from Web Pages
  • Use Web Pages layouts from MVC views

Blog posts

About

MvcPages combines the simplicity of ASP.NET Web Pages with the power of ASP.NET MVC

License:Apache License 2.0


Languages

Language:C# 100.0%