Class PageBase
Implements
Inherited Members
Namespace: DotNetNuke.Framework
Assembly: DotNetNuke.dll
Syntax
public abstract class PageBase : Page, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler
Constructors
PageBase()
Declaration
protected PageBase()
Properties
CanonicalLinkUrl
Declaration
public string CanonicalLinkUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
HeaderIsWritten
Declaration
public bool HeaderIsWritten { get; }
Property Value
Type | Description |
---|---|
bool |
HtmlAttributes
Declaration
public NameValueCollection HtmlAttributes { get; }
Property Value
Type | Description |
---|---|
NameValueCollection |
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
Type | Description |
---|---|
string |
PageCulture
Declaration
public CultureInfo PageCulture { get; }
Property Value
Type | Description |
---|---|
CultureInfo |
PageStatePersister
Declaration
protected override PageStatePersister PageStatePersister { get; }
Property Value
Type | Description |
---|---|
PageStatePersister |
Overrides
PortalSettings
Declaration
public PortalSettings PortalSettings { get; }
Property Value
Type | Description |
---|---|
PortalSettings |
Methods
OnError(EventArgs)
Declaration
protected override void OnError(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
RegisterAjaxScript()
Declaration
protected virtual void RegisterAjaxScript()
RemoveKeyAttribute(ArrayList)
Declaration
public static void RemoveKeyAttribute(ArrayList affectedControls)
Parameters
Type | Name | Description |
---|---|---|
ArrayList | affectedControls |
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
HtmlTextWriter | writer |