Info
Version: | 8.5.2 |
Author(s): | ServiceStack |
Last Update: | Friday, November 29, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ServiceStack/ServiceStack |
NuGet Url: | https://www.nuget.org/packages/ServiceStack.Razor |
Install
Install-Package ServiceStack.Razor
dotnet add package ServiceStack.Razor
paket add ServiceStack.Razor
ServiceStack.Razor Download (Unzip the "nupkg" after downloading)
Dependencies
- ServiceStack.Client(>= 5.10.4)
- ServiceStack.Common(>= 5.10.4)
- ServiceStack(>= 5.10.4)
- Microsoft.AspNet.Razor(>= 3.2.7)
- ServiceStack.OrmLite(>= 5.10.4)
- ServiceStack.Text(>= 5.10.4)
Tags
- Turns ServiceStack into a Complete Web + REST Services Stack.
Replaces need for ASP.NET MVC.
- Runs In ASP.NET or Self-host, first-class cross-platform support on .NET / .NET Core runtimes.
- Add HTML views to existing services.
- Change Views and Layout templates at runtime.
- No Ceremony development options - Pages without controllers, with typed and dynamic View Models.
- Include Partial Markdown views in Razor pages.
- Cascading Layout templates.
- Pretty urls by default (no custom Routes needed).
- Keep all views and assets together.
- Smart View Pages.