Umbraco.Community.SimpleWorkspaceViews
16.0.6-alpha0015
See the version list below for details.
dotnet add package Umbraco.Community.SimpleWorkspaceViews --version 16.0.6-alpha0015
NuGet\Install-Package Umbraco.Community.SimpleWorkspaceViews -Version 16.0.6-alpha0015
<PackageReference Include="Umbraco.Community.SimpleWorkspaceViews" Version="16.0.6-alpha0015" />
<PackageVersion Include="Umbraco.Community.SimpleWorkspaceViews" Version="16.0.6-alpha0015" />
<PackageReference Include="Umbraco.Community.SimpleWorkspaceViews" />
paket add Umbraco.Community.SimpleWorkspaceViews --version 16.0.6-alpha0015
#r "nuget: Umbraco.Community.SimpleWorkspaceViews, 16.0.6-alpha0015"
#:package Umbraco.Community.SimpleWorkspaceViews@16.0.6-alpha0015
#addin nuget:?package=Umbraco.Community.SimpleWorkspaceViews&version=16.0.6-alpha0015&prerelease
#tool nuget:?package=Umbraco.Community.SimpleWorkspaceViews&version=16.0.6-alpha0015&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.0.3 | 101 | 2/17/2026 |
| 17.0.3-alpha.7 | 61 | 2/3/2026 |
| 17.0.2 | 105 | 1/28/2026 |
| 17.0.2-alpha.16 | 51 | 1/28/2026 |
| 17.0.2-alpha.13 | 46 | 1/26/2026 |
| 17.0.1 | 130 | 12/26/2025 |
| 17.0.1-alpha.3 | 146 | 12/22/2025 |
| 16.0.8 | 89 | 2/17/2026 |
| 16.0.7 | 99 | 2/3/2026 |
| 16.0.7-alpha0009 | 91 | 2/1/2026 |
| 16.0.7-alpha0007 | 94 | 2/1/2026 |
| 16.0.6 | 91 | 1/28/2026 |
| 16.0.6-alpha0033 | 97 | 1/28/2026 |
| 16.0.6-alpha0015 | 95 | 1/26/2026 |
| 16.0.6-alpha0013 | 85 | 1/26/2026 |
| 16.0.5 | 98 | 12/26/2025 |
| 16.0.5-alpha0003 | 114 | 12/26/2025 |
| 16.0.4 | 182 | 12/21/2025 |
| 16.0.4-alpha0011 | 140 | 12/20/2025 |
| 15.1.21 | 196 | 12/21/2025 |