SetMaster

×

This property is currently not supported in 8.0

Allows you to override the way the site chooses the current Theme: 

    Public Overrides ReadOnly Property SetMaster() As String
        Get
            If IsCspUser Then
                Return "MasterPage-CSP"
            Else
                Return ""  ' "MasterPage"
            End If
        End Get
    End Property

Must be placed between the script tags.