StackExpress.Razor
3.9.693-unstable
StackExpress Razor Documentation: http://razor.servicestack.net/
- 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 / Mono 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.
Install-Package StackExpress.Razor -Version 3.9.693-unstable
dotnet add package StackExpress.Razor --version 3.9.693-unstable
<PackageReference Include="StackExpress.Razor" Version="3.9.693-unstable" />
paket add StackExpress.Razor --version 3.9.693-unstable
#r "nuget: StackExpress.Razor, 3.9.693-unstable"
Dependencies
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.