Umbraco.Community.SimpleWorkspaceViews
16.0.6-alpha0013
See the version list below for details.
dotnet add package Umbraco.Community.SimpleWorkspaceViews --version 16.0.6-alpha0013
NuGet\Install-Package Umbraco.Community.SimpleWorkspaceViews -Version 16.0.6-alpha0013
<PackageReference Include="Umbraco.Community.SimpleWorkspaceViews" Version="16.0.6-alpha0013" />
<PackageVersion Include="Umbraco.Community.SimpleWorkspaceViews" Version="16.0.6-alpha0013" />
<PackageReference Include="Umbraco.Community.SimpleWorkspaceViews" />
paket add Umbraco.Community.SimpleWorkspaceViews --version 16.0.6-alpha0013
#r "nuget: Umbraco.Community.SimpleWorkspaceViews, 16.0.6-alpha0013"
#:package Umbraco.Community.SimpleWorkspaceViews@16.0.6-alpha0013
#addin nuget:?package=Umbraco.Community.SimpleWorkspaceViews&version=16.0.6-alpha0013&prerelease
#tool nuget:?package=Umbraco.Community.SimpleWorkspaceViews&version=16.0.6-alpha0013&prerelease
Umbraco.Community.SimpleWorkspaceViews


This packages aims to help developers quickly put together Umbraco Workspace Views using C#.
Looking for Umbraco Content Apps? Check out Umbraco.Community.SimpleContentApps
- C# Workspace View creation
- No javascript or umbraco-package.json files required
- Supports both Views & View Components
- Easy to define section permissions
Installation
Install Package
dotnet add package Umbraco.Community.SimpleWorkspaceViews
Quick Start
Register WorkspaceView
By default, this will display in the content section for Admins only.
using Umbraco.Community.SimpleWorkspaceViews.Core;
public class BasicWorkspaceView : SimpleWorkspaceView { }
Create View
- Your view must go in
/Views/WorkspaceViews - You view must be the name of your C# class (without
WorkspaceView)- For example:
BasicWorkspaceView.cs⇒/Views/WorkspaceViews/Basic.cshtml
- For example:
@inherits Umbraco.Community.SimpleWorkspaceViews.Web.WorkspaceViewViewPage
<uui-box headline="Hello Umbraco">
<p>My WorkspaceView is: @Model.WorkspaceView.Alias</p>
</uui-box>
More examples
Check out docs/examples.md for more complex examples.
Contributing
Contributions to this package are most welcome! Please visit the Contributing page.
Acknowledgements (Thanks)
- LottePitcher - opinionated-package-starter
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- jcdcdev.Umbraco.Core (>= 16.0.0 && < 17.0.0)
- Umbraco.Cms.Api.Common (>= 16.0.0 && < 17.0.0)
- Umbraco.Cms.Api.Management (>= 16.0.0 && < 17.0.0)
- Umbraco.Cms.Web.Website (>= 16.0.0 && < 17.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 17.1.0 | 85 | 3/20/2026 |
| 17.1.0-alpha.1 | 45 | 3/19/2026 |
| 17.0.4 | 80 | 3/18/2026 |
| 17.0.4-alpha.4 | 46 | 3/17/2026 |
| 17.0.3 | 107 | 2/17/2026 |
| 17.0.3-alpha.7 | 67 | 2/3/2026 |
| 17.0.2 | 108 | 1/28/2026 |
| 17.0.2-alpha.16 | 54 | 1/28/2026 |
| 17.0.2-alpha.13 | 50 | 1/26/2026 |
| 17.0.1 | 133 | 12/26/2025 |
| 16.0.9 | 84 | 3/18/2026 |
| 16.0.8 | 95 | 2/17/2026 |
| 16.0.7 | 102 | 2/3/2026 |
| 16.0.7-alpha0009 | 97 | 2/1/2026 |
| 16.0.7-alpha0007 | 99 | 2/1/2026 |
| 16.0.6 | 95 | 1/28/2026 |
| 16.0.6-alpha0033 | 101 | 1/28/2026 |
| 16.0.6-alpha0015 | 99 | 1/26/2026 |
| 16.0.6-alpha0013 | 89 | 1/26/2026 |
| 16.0.5 | 101 | 12/26/2025 |