Umbraco.Community.SimpleWorkspaceViews 15.1.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package Umbraco.Community.SimpleWorkspaceViews --version 15.1.15
                    
NuGet\Install-Package Umbraco.Community.SimpleWorkspaceViews -Version 15.1.15
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Umbraco.Community.SimpleWorkspaceViews" Version="15.1.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.SimpleWorkspaceViews" Version="15.1.15" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.Community.SimpleWorkspaceViews" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Umbraco.Community.SimpleWorkspaceViews --version 15.1.15
                    
#r "nuget: Umbraco.Community.SimpleWorkspaceViews, 15.1.15"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Umbraco.Community.SimpleWorkspaceViews&version=15.1.15
                    
Install Umbraco.Community.SimpleWorkspaceViews as a Cake Addin
#tool nuget:?package=Umbraco.Community.SimpleWorkspaceViews&version=15.1.15
                    
Install Umbraco.Community.SimpleWorkspaceViews as a Cake Tool

Umbraco.Community.SimpleWorkspaceViews

Documentation Umbraco Marketplace License NuGet Downloads Project Website

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

Quick Start

Install Package

dotnet add package Umbraco.Community.SimpleWorkspaceViews 

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
@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)

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
16.0.0 277 6/12/2025
16.0.0-alpha0007 272 6/12/2025
16.0.0-alpha0004 271 6/10/2025
16.0.0-alpha0001 217 5/12/2025
15.1.15 104 6/19/2025
15.1.15-alpha0003 103 6/18/2025
15.1.14 276 6/12/2025
15.1.14-alpha0004 268 6/12/2025
15.1.13 271 6/10/2025
15.1.13-alpha0004 128 6/4/2025
15.1.13-alpha0001 126 6/3/2025
15.1.12 135 6/1/2025
15.1.12-alpha0005 132 5/27/2025
15.1.12-alpha0003 126 5/27/2025
15.1.11 222 5/12/2025
15.1.11-alpha0011 135 5/8/2025
15.1.10 152 4/27/2025
15.1.9 171 4/22/2025
15.1.9-alpha0007 150 4/21/2025
15.1.9-alpha0003 175 4/21/2025
15.1.8 147 4/18/2025
15.1.8-alpha0008 176 4/16/2025
15.1.8-alpha0003 144 4/8/2025
15.1.7 215 3/30/2025
15.1.7-alpha0025 120 3/26/2025
15.1.7-alpha0014 121 3/26/2025
15.1.7-alpha0012 120 3/26/2025
15.1.7-alpha0005 136 3/18/2025
15.1.7-alpha0003 137 3/18/2025
15.1.6 191 3/12/2025
15.1.6-alpha0003 153 3/12/2025
15.1.5 214 3/7/2025
15.1.5-alpha0003 194 3/4/2025
15.1.4 214 3/4/2025
15.1.4-alpha0003 89 3/1/2025
15.1.3 111 2/19/2025
15.1.3-alpha0005 96 2/18/2025
15.1.3-alpha0003 89 2/18/2025
15.1.2 111 2/14/2025
15.1.2-alpha0005 99 2/12/2025
15.1.2-alpha0003 96 2/12/2025
15.1.1 121 2/7/2025
15.1.1-alpha0015 97 2/5/2025
15.1.1-alpha0008 80 2/4/2025
15.1.1-alpha0003 89 1/28/2025
15.1.0 179 1/1/2025
15.1.0-alpha0003 111 12/31/2024
15.1.0-alpha0001 85 12/30/2024
15.0.0 106 11/19/2024
15.0.0-alpha0013 87 11/17/2024
15.0.0-alpha0011 89 11/12/2024
15.0.0-alpha0006 84 10/23/2024
15.0.0-alpha0004 82 10/17/2024
15.0.0-alpha0003 87 10/17/2024
15.0.0-alpha0001 96 10/9/2024
14.0.11 268 6/12/2025
14.0.10 137 6/1/2025
14.0.10-alpha0015 132 5/27/2025
14.0.10-alpha0006 133 5/8/2025
14.0.9 115 4/27/2025
14.0.8 135 4/22/2025
14.0.8-alpha0009 144 4/22/2025
14.0.8-alpha0003 180 4/13/2025
14.0.7 147 3/30/2025
14.0.7-alpha0003 139 3/18/2025
14.0.6 96 1/28/2025
14.0.6-alpha0003 93 1/26/2025
14.0.5 123 11/5/2024
14.0.5-alpha0003 79 11/4/2024
14.0.4 103 10/30/2024
14.0.4-alpha0003 90 10/28/2024
14.0.3 116 10/8/2024
14.0.3-alpha0003 105 9/29/2024
14.0.2 120 9/29/2024
14.0.2-alpha0016 95 9/26/2024
14.0.1 117 9/23/2024
14.0.1-alpha0012 90 9/22/2024
14.0.1-alpha0005 92 9/22/2024
14.0.0 136 6/25/2024
14.0.0-alpha0006 107 6/25/2024
14.0.0-alpha0005 113 6/25/2024
14.0.0-alpha0003 102 6/25/2024