ValidateTemplate

×

This property allows you to override the RedirectOnTemplateChange Web.Config setting on a page by page basis.  If this returns False, the page will ignore the Item's Content Layout.

    Public Overrides ReadOnly Property ValidateTemplate() As Boolean
        Get
            Return False
        End Get
    End Property