[This is preliminary documentation and is subject to change.]
Represents a web portal that controls the mapping of types and themes within the site.
Portals allow to host differently-looking/behaving sites in the same web application
System Object NFX DisposableObject NFX.ApplicationModel ApplicationComponent NFX.Wave PortalNamespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract class Portal : ApplicationComponent,
INamed, IInstrumentable, IExternallyParameterized
public abstract class Portal : ApplicationComponent,
INamed, IInstrumentable, IExternallyParameterized
Public MustInherit Class Portal
Inherits ApplicationComponent
Implements INamed, IInstrumentable, IExternallyParameterized
Public MustInherit Class Portal
Inherits ApplicationComponent
Implements INamed, IInstrumentable, IExternallyParameterized
public ref class Portal abstract : public ApplicationComponent,
INamed, IInstrumentable, IExternallyParameterized
public ref class Portal abstract : public ApplicationComponent,
INamed, IInstrumentable, IExternallyParameterized
[<AbstractClassAttribute>]
type Portal =
class
inherit ApplicationComponent
interface INamed
interface IInstrumentable
interface IExternallyParameterized
end
[<AbstractClassAttribute>]
type Portal =
class
inherit ApplicationComponent
interface INamed
interface IInstrumentable
interface IExternallyParameterized
end