Sign in Register
Our Umbraco
  • Forum
  • Packages
  • Documentation
  • Community
  • Discord
  • Download
  • Sign in
  • Our Umbraco
  • Search
  • blazor
  • Umbraco and Blazor?
    Forum / Umbraco and Blazor?
    Created: September 16, 2019 - Last update: July 26, 2022
    Will any future versions of Umbraco support Blazor? Should I be learning it or at least be aware of it for my future Umbraco sites?You can use Blazor in the front and back end of v10 https://github.com/YodasMyDad/UmbracoBlazorI wanted to bring this back up again. There is increased talk now in the…
  • Umbraco and Blazor together
    Forum / Umbraco and Blazor together
    Created: August 16, 2022 - Last update: October 28, 2023
    Hello, I would like to combine umbraco and blazor (server) to have both of them in one project. I know how to use blazor component in razor mvc, but this is not what I need; I want the blazor page to respond, when I call for it. I can't seem to make it work. Has anyone made it before?Probably not po…
  • Umbraco 9 Blazor Components
    Forum / Umbraco 9 Blazor Components
    Created: April 28, 2022 - Last update: July 08, 2022
    I've been having a play arond trying to get blazor components to work with Umbraco 9. I'm trying to pass in an umbraco generated model to the blazor component like so @(await Html.RenderComponentAsync(RenderMode.ServerPrerendered, new { Model = Model})) However i get the following error J…
  • umbracoReservedPaths with Blazor (Server)
    Forum / umbracoReservedPaths with Blazor (Server)
    Created: December 04, 2022 - Last update: December 04, 2022
    Hi, I am evaluating if Umbraco will suit the needs of a system I am developing, specifically, it's a Blazor server application, it will have a mix of Blazor pages and CMS built pages. I am using the latest build 11.0.0 and the CMS side is working well (great work!), where I am struggling is I wan…
  • Blazor site mixed with Umbraco site
    Forum / Blazor site mixed with Umbraco site
    Created: January 05, 2022 - Last update: January 06, 2022
    I have an existing Blazor site that is fairly large, about 100,000 lines of code. I would like to tack Umbraco onto this site to be the home page and a few folders with SEO relevant articles in these folders. I have no need for the Blazor code and the Umbraco code to ever simultaneously serve cont…
  • Blazor Web App based Umbraco?
    Forum / Blazor Web App based Umbraco?
    Created: April 09, 2024 - Last update: May 10, 2024
    Will there be a version of Umbraco that is based on Blazor Web App?You can build Blazor properties instead of Angular ones. https://www.youtube.com/watch?v=6CfWfZDklGEHi SpenceDahl You can build a blazor Web app and have its content provided by the Umbraco CMS... ... Or are you asking if Umbraco…
  • Umbraco 10 with Blazor Routing and Skybrud redirects
    Forum / Umbraco 10 with Blazor Routing and Skybrud redirects
    Created: March 23, 2023 - Last update: March 23, 2023
    Hi, I hope there is anyone that can help me in this. We have integrated blazor in our project so that we have blazor routes for specific pages. This works fine, although we had to remove the umbraco 404 pages since it returned 404 pages in those cases there was blazor routes. When we removed those…
  • Blazor components rendered within macros and the layout on a single page cause error
    Forum / Blazor components rendered within macros and the layout on a single page cause error
    Created: February 03, 2023 - Last update: February 06, 2023
    When multiple Blazor components are placed on a page served by Umbraco, and one of the Blazor components is rendered within an Umbraco macro, it results in an error in the browser console: "The list of component records is not valid." This error is thrown by blazor.server.js, not by .NET code. The…
  • Using Telerik Blazor components in Umbraco .net 6 project
    Forum / Using Telerik Blazor components in Umbraco .net 6 project
    Created: August 25, 2022 - Last update: August 25, 2022
    I would like to use the Telerik Blazor components in Umbraco .net 6 project when I am using razor component in razor view. DId anyone here make it happen?On Telerik's page, it says that a project has to reference atleast netstandard2.1, while Umbraco out of the box supports 2.0. Could this be the pr…
  • Technology used?
    Forum / Technology used?
    Created: August 05, 2021 - Last update: August 05, 2021
    Which technology is used in Umbraco? MVC/Core/Blazor?Hi Hashim, You've posted this question against Umbraco 8. Umbraco 8 uses WebApi and MVC on .Net Framework, If you want to know more about v9, I answered you other question. But out of the box, the v9 .Net 5 version of Umbraco will still be usi…
  • Mudblazor with Umbraco
    Forum / Mudblazor with Umbraco
    Created: February 24, 2025 - Last update: February 24, 2025
    Hi all, Does anyone have experience of using the MudBlazor libraries with Umbraco as opposed to standard Blazor? I'm looking at building an Umbraco solution using the MudBlazor controls and haven't found any examples of it as yet. I'm mostly looking at the setup part of this, how to integrate th…
  • 'IPublishedContent' does not contain a definition for 'Value'
    Forum / 'IPublishedContent' does not contain a definition for 'Value'
    Created: June 22, 2023 - Last update: June 23, 2023
    Recently i set up Umbraco 11 on a blazor project, but .Value does not work. Even tho i have created a document type and added the alias as "body". @inherits UmbracoViewPage; @using ContentModels = Umbraco.Cms.Web.Common.PublishedModels; @using Umbraco.Cms.Web.Common.Views; @{ L…
  • How to add a custom RayGun ILogger implementation to a v9 site to log handled exceptions
    Forum / How to add a custom RayGun ILogger implementation to a v9 site to log handled exceptions
    Created: June 30, 2022 - Last update: July 20, 2023
    hey out there, we're trying to add a [RayGun][1] logger to a v9 site to catch handled exceptions, e.g. where we've something like the following: private readonly ILogger _logger; ... try { throw new Exception("oops! i threw an exception..."); } catch (Exception ex) …
  • What's the future of the Umbraco Backoffice?
    Forum / What's the future of the Umbraco Backoffice?
    Created: April 27, 2021 - Last update: September 12, 2021
    I'm not entirely sure if this is the best place to ask, I have dug around the main umbraco site but I don't seem to be able to find any significant information on the planned changes for the Umbraco backoffice? Anything I have found is almost entirely focused on moving ASP.net 5+ (core/standard). W…
  • Can I use MVC/.Net Core to create custom section pages
    Forum / Can I use MVC/.Net Core to create custom section pages
    Created: January 13, 2023 - Last update: January 17, 2023
    Hi When I last used Umbraco 8 I created a custom section and there was a limitation where I had to use AngularJS in order to send and receive data from a SQL database. 1. If I use Umbraco 10/11 could I now use the usual MVC/.Net Core code to send/receive data from a SQL database and display in a t…
  • Umbraco is cancerous [rant]
    Forum / Umbraco is cancerous [rant]
    Created: January 24, 2021 - Last update: August 16, 2021
    The first bad step was Microsoft inventing Razor. Intermixing code and view is always a bad idea, but Razor just hasn't nearly enough options to apply templates to different kinds of data without manual intervention. Plus the view can directly access any layer in the system without ever thinking abo…

Code Of Conduct - Privacy Policy

 

Our.umbraco.com is the community mothership for Umbraco, the open source asp.net cms. With a friendly forum for all your questions, a comprehensive documentation and a ton of packages from the community.