Class CDefault
Implements
Inherited Members
Namespace: DotNetNuke.Framework
Assembly: DotNetNuke.dll
Syntax
public class CDefault : PageBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler
Constructors
CDefault()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.2. Please use overload with IPortalController. Scheduled removal in v12.0.0.")]
public CDefault()
CDefault(IPortalController, IApplicationStatusInfo, IHostSettings)
Declaration
public CDefault(IPortalController portalController, IApplicationStatusInfo appStatus, IHostSettings hostSettings)
Parameters
Type | Name | Description |
---|---|---|
IPortalController | portalController | |
IApplicationStatusInfo | appStatus | |
IHostSettings | hostSettings |
Fields
Author
Declaration
public string Author
Field Value
Type | Description |
---|---|
string |
Comment
Declaration
public string Comment
Field Value
Type | Description |
---|---|
string |
Copyright
Declaration
public string Copyright
Field Value
Type | Description |
---|---|
string |
Description
Declaration
public string Description
Field Value
Type | Description |
---|---|
string |
Generator
Declaration
public string Generator
Field Value
Type | Description |
---|---|
string |
KeyWords
Declaration
public string KeyWords
Field Value
Type | Description |
---|---|
string |
Title
Declaration
public string Title
Field Value
Type | Description |
---|---|
string |
Properties
AdvancedSettingsPageUrl
Declaration
protected string AdvancedSettingsPageUrl { get; }
Property Value
Type | Description |
---|---|
string |
Methods
ManageInstallerFiles()
Declaration
protected void ManageInstallerFiles()
RegisterAjaxScript()
Declaration
protected override void RegisterAjaxScript()
Overrides
ScrollToControl(Control)
Declaration
public void ScrollToControl(Control objControl)
Parameters
Type | Name | Description |
---|---|---|
Control | objControl |