Top "Sitecore-mvc" questions

a model-view-controller pattern used in the Sitecore content management system

The controller for path '/' was not found or does not implement IController in Sitecore

I am learning Controller rendering in Sitecore from Here . I created One simple controller(HelloWorld) and Related View(Index.schtml) . …

c# .net controller sitecore sitecore-mvc
'System.Web.Webpages.Html.Htmlhelper' does not contain a definition for 'Sitecore'

I'm getting this error in Visual Studio, when I use @Html.Sitecore: 'System.Web.Webpages.Html.Htmlhelper' does not contain …

asp.net-mvc sitecore sitecore-mvc sitecore7.2
Sitecore 'dynamic placeholders' with MVC

I'm looking for a working Dynamic Placeholder solution in MVC. There are at least two good descriptions of this "pattern" …

asp.net asp.net-mvc sitecore sitecore6 sitecore-mvc
Sitecore Tracker.Current is not initialized

I'm having this issue related with Tracker. [InvalidOperationException: Tracker.Current is not initialized] Sitecore.Analytics.Pipelines.StartAnalytics.StartTracking.Process(PipelineArgs …

sitecore sitecore8 sitecore-mvc
Sitecore MVC and FieldRenderer.Render for Links

I'm trying to render a general link field like this - FieldRenderer.Render(item, "link"). This works as expected but …

hyperlink sitecore sitecore-mvc
getting setting from web.config in sitecore

i want to get global setting from web.config file in sitecore solution, i write setting in config file and …

web-config sitecore sitecore6 sitecore-mvc sitecore8
Is @Html.Sitecore().VisitorIdentification() required with Sitecore 8 MVC?

Is the following call to VistorIndentification() still required within Sitecore 8 MVC layouts / views? @using Sitecore.Mvc.Analytics.Extensions @Html.Sitecore().…

sitecore sitecore-mvc sitecore8