Questions tagged [umbraco7]

Umbraco 7 is an open source content management system (CMS) platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure.

Umbraco 7 is the seventh stable release of Umbraco - an open source content management system (CMS) platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. The open source backend is released under an MIT License while the UI is released under the Umbraco license.

Resources

https://umbraco.com/products/umbraco-cms/umbraco-7/

1479 questions
-2
votes
2 answers

Content/Page structure in Umbraco

I am using Umbraco in MVC. I have create a dynamic page in MVC umbraco that works with querystring parameter http://www.example.com/City?id=1&type=9 http://www.example.com/City?id=5&type=6 http://www.example.com/City?id=6&type=4 Inside Umbraco I…
Pathan
  • 75
  • 3
  • 9
-2
votes
2 answers

Pass model back to page

Wonder if someone could help me out here...... Basically what I'm trying to do if on the posting of a form, I'm doing some custom validation and if the data being submitted doesn't conform to the business then I'd like to stop processing…
SxChoc
  • 619
  • 3
  • 10
  • 26
-2
votes
1 answer

MVC Building a page in 'sections'

I wonder if someone could help me please....I'm just starting out in MVC and I've been asked to build a page (VS2013, MVC4 and Umbraco 7) in the following format. Basically I need to build a page in contains an accordion with 4 levels. The first…
SxChoc
  • 619
  • 3
  • 10
  • 26
-2
votes
2 answers

How to Publish an Umbraco Intranet?

I have just completed an Umbraco intranet using WebMatrix. Now I want to publish it to our server so that everybody can see and use it. WebMatrix can only do Web Deploy or FTP, so I opened the project in Visual Studio 2013 to publish it there. I was…
-2
votes
1 answer

disable cshtml error

Does anyone know how can I disable to see cshtml files, e.g /Views/anything.cshtml? I got 404, The resource cannot be found error message. I use Umbraco 7.
levipadre
  • 569
  • 7
  • 31
-2
votes
2 answers

Where are models added?

(My apologies for all those that voted the question down. I'm not trying to avoid researching. I've been actually trying to find a way for doing this for the past several hours. The only thing I'm trying to avoid is paying the Umbraco TV membership…
dcaping
  • 129
  • 1
  • 1
  • 13
-3
votes
1 answer

Get Property Value From Nested Object List

I am not sure how to even title or ask this question, so apologies for any confusion. I need to get the value of the Id from the first list in Model.Content.GetPropertyValue("SlidePanel"). I've tried many, many, many thing with my troubles usually…
Austin V.
  • 79
  • 7
-3
votes
1 answer

7.2 Umbraco forms - How to

Just trying out the new form feature in 7.2. I have created a form worked out how to get it to render in a template, and I can submit the form. However, submit the form it tries to post to a controller that does not exist - App Crashes. When I go…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
-4
votes
2 answers

Not sure why I'm getting this C# error

The error is: Using the generic type 'System.Collections.Generic.List' requires 1 type arguments I have no idea why this is happening, please bare in mind that I'm very new to C# and don't exactly understand how to work with it yet. I'm trying to…
1 2 3
98
99