Umbraco.Community.SimpleWorkspaceViews
17.0.2-alpha.13
See the version list below for details.
dotnet add package Umbraco.Community.SimpleWorkspaceViews --version 17.0.2-alpha.13
NuGet\Install-Package Umbraco.Community.SimpleWorkspaceViews -Version 17.0.2-alpha.13
<PackageReference Include="Umbraco.Community.SimpleWorkspaceViews" Version="17.0.2-alpha.13" />
<PackageVersion Include="Umbraco.Community.SimpleWorkspaceViews" Version="17.0.2-alpha.13" />
<PackageReference Include="Umbraco.Community.SimpleWorkspaceViews" />
paket add Umbraco.Community.SimpleWorkspaceViews --version 17.0.2-alpha.13
#r "nuget: Umbraco.Community.SimpleWorkspaceViews, 17.0.2-alpha.13"
#:package Umbraco.Community.SimpleWorkspaceViews@17.0.2-alpha.13
#addin nuget:?package=Umbraco.Community.SimpleWorkspaceViews&version=17.0.2-alpha.13&prerelease
#tool nuget:?package=Umbraco.Community.SimpleWorkspaceViews&version=17.0.2-alpha.13&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 | net10.0 is compatible. 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. |
-
net10.0
- jcdcdev.Umbraco.Core (>= 17.0.0 && < 18.0.0)
- Umbraco.Cms.Api.Common (>= 17.0.0 && < 18.0.0)
- Umbraco.Cms.Api.Management (>= 17.0.0 && < 18.0.0)
- Umbraco.Cms.Web.Website (>= 17.0.0 && < 18.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 |
|---|---|---|
| 18.0.0 | 121 | 6/26/2026 |
| 18.0.0-alpha.6 | 74 | 6/25/2026 |
| 18.0.0-alpha.4 | 64 | 6/25/2026 |
| 18.0.0-alpha.3 | 74 | 6/21/2026 |
| 18.0.0-alpha.2 | 81 | 6/15/2026 |
| 18.0.0-alpha.1 | 77 | 6/9/2026 |
| 17.1.0 | 209 | 3/20/2026 |
| 17.1.0-alpha.1 | 78 | 3/19/2026 |
| 17.0.4 | 119 | 3/18/2026 |
| 17.0.4-alpha.4 | 84 | 3/17/2026 |
| 17.0.3 | 138 | 2/17/2026 |
| 17.0.3-alpha.7 | 93 | 2/3/2026 |
| 17.0.2 | 141 | 1/28/2026 |
| 17.0.2-alpha.13 | 78 | 1/26/2026 |
| 16.0.9 | 121 | 3/18/2026 |
| 16.0.8 | 134 | 2/17/2026 |
| 16.0.7 | 136 | 2/3/2026 |
| 16.0.7-alpha0009 | 135 | 2/1/2026 |
| 16.0.7-alpha0007 | 129 | 2/1/2026 |
| 16.0.6 | 136 | 1/28/2026 |