Show / Hide Table of Contents

Class PageBase

Inheritance
object
Control
TemplateControl
Page
PageBase
CDefault
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
INamingContainer
IFilterResolutionService
IHttpHandler
Inherited Members
Page.TryUpdateModel<TModel>(TModel)
Page.TryUpdateModel<TModel>(TModel, IValueProvider)
Page.UpdateModel<TModel>(TModel)
Page.UpdateModel<TModel>(TModel, IValueProvider)
Page.CreateHtmlTextWriter(TextWriter)
Page.CreateHtmlTextWriterFromType(TextWriter, Type)
Page.FindControl(string)
Page.DeterminePostBackMode()
Page.DeterminePostBackModeUnvalidated()
Page.LoadPageStateFromPersistenceMedium()
Page.SetFocus(Control)
Page.SetFocus(string)
Page.GetPostBackEventReference(Control)
Page.GetPostBackEventReference(Control, string)
Page.GetPostBackClientEvent(Control, string)
Page.GetPostBackClientHyperlink(Control, string)
Page.IsClientScriptBlockRegistered(string)
Page.IsStartupScriptRegistered(string)
Page.RegisterArrayDeclaration(string, string)
Page.RegisterHiddenField(string, string)
Page.RegisterClientScriptBlock(string, string)
Page.RegisterStartupScript(string, string)
Page.RegisterOnSubmitStatement(string, string)
Page.RegisterRequiresControlState(Control)
Page.RequiresControlState(Control)
Page.UnregisterRequiresControlState(Control)
Page.RegisterRequiresPostBack(Control)
Page.RaisePostBackEvent(IPostBackEventHandler, string)
Page.RegisterRequiresRaiseEvent(IPostBackEventHandler)
Page.MapPath(string)
Page.OnLoadComplete(EventArgs)
Page.OnPreRenderComplete(EventArgs)
Page.FrameworkInitialize()
Page.InitializeCulture()
Page.OnPreInit(EventArgs)
Page.OnInitComplete(EventArgs)
Page.OnPreLoad(EventArgs)
Page.RegisterRequiresViewStateEncryption()
Page.OnSaveStateComplete(EventArgs)
Page.RegisterViewStateHandler()
Page.SavePageStateToPersistenceMedium(object)
Page.ExecuteRegisteredAsyncTasks()
Page.RegisterAsyncTask(PageAsyncTask)
Page.AddOnPreRenderCompleteAsync(BeginEventHandler, EndEventHandler)
Page.AddOnPreRenderCompleteAsync(BeginEventHandler, EndEventHandler, object)
Page.Validate()
Page.Validate(string)
Page.GetValidators(string)
Page.VerifyRenderingInServerForm(Control)
Page.GetDataItem()
Page.ModelState
Page.ModelBindingExecutionContext
Page.UnobtrusiveValidationMode
Page.Application
Page.Context
Page.ClientScript
Page.ClientTarget
Page.ClientQueryString
Page.ErrorPage
Page.IsCallback
Page.UniqueFilePathSuffix
Page.AutoPostBackControl
Page.Header
Page.MaintainScrollPositionOnPostBack
Page.Master
Page.MasterPageFile
Page.Trace
Page.Request
Page.Response
Page.RouteData
Page.Server
Page.Cache
Page.Session
Page.Title
Page.MetaDescription
Page.MetaKeywords
Page.Theme
Page.StyleSheetTheme
Page.User
Page.IsCrossPagePostBack
Page.IsPostBack
Page.EnableViewState
Page.ViewStateUserKey
Page.Visible
Page.IsPostBackEventControlRegistered
Page.IsValid
Page.Validators
Page.PreviousPage
Page.Culture
Page.UICulture
Page.AsyncTimeout
Page.SmartNavigation
Page.IsAsync
Page.Form
Page.PageAdapter
Page.Items
Page.LoadComplete
Page.PreInit
Page.PreLoad
Page.PreRenderComplete
Page.InitComplete
Page.SaveStateComplete
TemplateControl.Construct()
TemplateControl.OnCommitTransaction(EventArgs)
TemplateControl.OnAbortTransaction(EventArgs)
TemplateControl.CreateResourceBasedLiteralControl(int, int, bool)
TemplateControl.TestDeviceFilter(string)
TemplateControl.LoadControl(string)
TemplateControl.LoadControl(Type, object[])
TemplateControl.LoadTemplate(string)
TemplateControl.ParseControl(string)
TemplateControl.ParseControl(string, bool)
TemplateControl.Eval(string)
TemplateControl.Eval(string, string)
TemplateControl.XPath(string)
TemplateControl.XPath(string, IXmlNamespaceResolver)
TemplateControl.XPath(string, string)
TemplateControl.XPath(string, string, IXmlNamespaceResolver)
TemplateControl.XPathSelect(string)
TemplateControl.XPathSelect(string, IXmlNamespaceResolver)
TemplateControl.GetLocalResourceObject(string)
TemplateControl.GetLocalResourceObject(string, Type, string)
TemplateControl.GetGlobalResourceObject(string, string)
TemplateControl.GetGlobalResourceObject(string, string, Type, string)
TemplateControl.EnableTheming
TemplateControl.AppRelativeVirtualPath
TemplateControl.CommitTransaction
TemplateControl.AbortTransaction
TemplateControl.Error
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.OnDataBinding(EventArgs)
Control.DataBind()
Control.DataBind(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.LoadViewState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.OnLoad(EventArgs)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.SaveViewState()
Control.RenderChildren(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.OnBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateControlCollection()
Control.CreateChildControls()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.TrackViewState()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientID
Control.ClientIDSeparator
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.IsChildControlStateCleared
Control.SkinID
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.UniqueID
Control.HasChildViewState
Control.Controls
Control.ValidateRequestMode
Control.ViewState
Control.ViewStateIgnoresCase
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
Page.PageStatePersister

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
TemplateControl.OnError(EventArgs)

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Page.OnInit(EventArgs)

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Control.OnPreRender(EventArgs)

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
Overrides
Page.Render(HtmlTextWriter)

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
INamingContainer
IFilterResolutionService
IHttpHandler

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS