Sitecore 5.1.1 API

Settings.LayoutNotFoundUrl Property

Gets the url to redirect to, if an items layout is not found.

[Visual Basic]
Public Shared ReadOnly Property LayoutNotFoundUrl As String
[C#]
public static string LayoutNotFoundUrl {get;}

Property Value

Default value: "/sitecore/nolayout.aspx"

Remarks

If a request for an item with an empty or a non-existing layout comes in, the request is redirected to the url pointed to by this setting.

See Also

Settings Class | Sitecore.Configuration Namespace