Class RenderingEngineConstants

Version: 21.x

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
TypeDescription
System.String
If you have suggestions for improving this article, let us know!