Click or drag to resize
RegisterHttpHandlerAttributeCMSMainApplicationOnly Property
Gets or sets value representing if this route should be registered for main (administration) application only.

Namespace: CMS.Base.Routing
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public bool CMSMainApplicationOnly { get; set; }

Property Value

Type: Boolean
See Also