Class RenderingEngineConstants
Various constants relevant to the Sitecore Rendering Engine.
Inheritance
System.Object
RenderingEngineConstants
Namespace: Sitecore.AspNet.RenderingEngine
Assembly: Sitecore.AspNet.RenderingEngine.dll
Syntax
public static class RenderingEngineConstants : Object
Fields
DefaultMissingComponentPartialViewName
The name of the default partial view used when a requested component cannot be found.
Declaration
public const string DefaultMissingComponentPartialViewName = "_ComponentNotFound"
Field Value
Type | Description |
---|---|
System.String |