ContentPage MembersKentico 8.0 API Reference
The ContentPage type exposes the following members.
Constructors

  NameDescription
Protected methodContentPage
Back to Top
Methods

  NameDescription
Public methodAddConfirmation
Adds confirmation text to existing message on the page.
(Inherited from AbstractCMSPage.)
Protected methodOnlineAddContentTemplate
Called during page initialization to create a collection of content (from content controls) that is handed to a master page, if the current page or master page refers to a master page.
(Inherited from OnlinePage.)
Protected methodOnlineAddedControl
Called after a child control is added to the OnlineControls collection of the OnlineControl object.
(Inherited from OnlineControl.)
Public methodAddError
Adds error text to existing message on the page.
(Inherited from AbstractCMSPage.)
Public methodAddHeaderAction
Adds specified action to the page header actions.
(Inherited from AbstractCMSPage.)
Public methodAddHeaderActions
Adds the list of header actions to the page header actions.
(Inherited from AbstractCMSPage.)
Public methodAddInformation
Adds information text to existing message on the page.
(Inherited from AbstractCMSPage.)
Public methodAddMessage
Adds text to existing message on the page.
(Inherited from AbstractCMSPage.)
Public methodOnlineAddOnPreRenderCompleteAsync(BeginEventHandler, EndEventHandler)
Registers beginning and ending event handler delegates that do not require state information for an asynchronous page.
(Inherited from OnlinePage.)
Public methodOnlineAddOnPreRenderCompleteAsync(BeginEventHandler, EndEventHandler, Object)
Registers beginning and ending event handler delegates for an asynchronous page.
(Inherited from OnlinePage.)
Protected methodOnlineAddParsedSubObject
Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's OnlineControlCollection object.
(Inherited from OnlineControl.)
Public methodAddWarning
Adds warning text to existing message on the page.
(Inherited from AbstractCMSPage.)
Protected methodOnlineAddWrappedFileDependencies
Adds a list of dependent files that make up the current page. This method is used internally by the ASP.NET page framework and is not intended to be used directly from your code.
(Inherited from OnlinePage.)
Public methodOnlineApplyStyleSheetSkin
Applies the style properties defined in the page style sheet to the control.
(Inherited from OnlineControl.)
Protected methodOnlineAspCompatBeginProcessRequest
Initiates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications.
(Inherited from OnlinePage.)
Protected methodOnlineAspCompatEndProcessRequest
Terminates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications.
(Inherited from OnlinePage.)
Protected methodOnlineAsyncPageBeginProcessRequest
Begins processing an asynchronous page request.
(Inherited from OnlinePage.)
Protected methodOnlineAsyncPageEndProcessRequest
Ends processing an asynchronous page request.
(Inherited from OnlinePage.)
Protected methodOnlineBuildProfileTree
Gathers information about the server control and delivers it to the OnlineTrace property to be displayed when tracing is enabled for the page.
(Inherited from OnlineControl.)
Protected methodOnlineClearCachedClientID
Sets the cached OnlineClientID value to null.
(Inherited from OnlineControl.)
Protected methodOnlineClearEffectiveClientIDMode
Sets the OnlineClientIDMode property of the current control instance and of any child controls to OnlineInherit.
(Inherited from OnlineControl.)
Protected methodOnlineClearChildControlState
Deletes the control-state information for the server control's child controls.
(Inherited from OnlineControl.)
Protected methodOnlineClearChildState
Deletes the view-state and control-state information for all the server control's child controls.
(Inherited from OnlineControl.)
Protected methodOnlineClearChildViewState
Deletes the view-state information for all the server control's child controls.
(Inherited from OnlineControl.)
Protected methodOnlineConstruct
Performs design-time logic.
(Inherited from OnlineTemplateControl.)
Protected methodOnlineCreateControlCollection
Creates a new OnlineControlCollection object to hold the child controls (both literal and server) of the server control.
(Inherited from OnlineControl.)
Protected methodOnlineCreateHtmlTextWriter
Creates an OnlineHtmlTextWriter object to render the page's content.
(Inherited from OnlinePage.)
Protected methodOnlineCreateChildControls
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
(Inherited from OnlineControl.)
Protected methodOnlineCreateResourceBasedLiteralControl
Accesses literal strings stored in a resource. The OnlineCreateResourceBasedLiteralControl(Int32, Int32, Boolean) method is not intended for use from within your code.
(Inherited from OnlineTemplateControl.)
Public methodOnlineDataBind 
Binds a data source to the invoked server control and all its child controls.
(Inherited from OnlineControl.)
Protected methodOnlineDataBind(Boolean)
Binds a data source to the invoked server control and all its child controls with an option to raise the OnlineDataBinding event.
(Inherited from OnlineControl.)
Protected methodOnlineDataBindChildren
Binds a data source to the server control's child controls.
(Inherited from OnlineControl.)
Public methodOnlineDesignerInitialize
Performs any initialization of the instance of the OnlinePage class that is required by RAD designers. This method is used only at design time.
(Inherited from OnlinePage.)
Protected methodOnlineDeterminePostBackMode
Returns a OnlineNameValueCollection of data posted back to the page using either a POST or a GET command.
(Inherited from OnlinePage.)
Public methodOnlineDispose
Enables a server control to perform final clean up before it is released from memory.
(Inherited from OnlineControl.)
Public methodEnsureFootersControl
Ensures the page footer control.
(Inherited from AbstractCMSPage.)
Protected methodOnlineEnsureChildControls
Determines whether the server control contains child controls. If it does not, it creates child controls.
(Inherited from OnlineControl.)
Protected methodOnlineEnsureID
Creates an identifier for controls that do not have an identifier assigned.
(Inherited from OnlineControl.)
Public methodEnsureScriptManager
Ensures the script manager on the page.
(Overrides AbstractCMSPage EnsureScriptManager .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodEval(String, Boolean)
Evaluates the item data (safe version), with html encoding.
(Inherited from AbstractCMSPage.)
Protected methodOnlineEval(String, String)
Evaluates a data-binding expression using the specified format string to display the result.
(Inherited from OnlineTemplateControl.)
Public methodEval ReturnType (String)
Templated Eval, returns the value converted to specific type.
(Inherited from AbstractCMSPage.)
Public methodEvalBool
Evaluates the item data and converts it to the bool.
(Inherited from AbstractCMSPage.)
Public methodEvalDateTime
Evaluates the item data and converts it to the date time.
(Inherited from AbstractCMSPage.)
Public methodEvalDouble
Evaluates the item data and converts it to the integer.
(Inherited from AbstractCMSPage.)
Public methodEvalGuid
Evaluates the item data and converts it to the guid.
(Inherited from AbstractCMSPage.)
Public methodEvalHTML
Evaluates the item data and doesn't encode it. Method should be used for columns with html content.
(Inherited from AbstractCMSPage.)
Public methodEvalInteger
Evaluates the item data and converts it to the integer.
(Inherited from AbstractCMSPage.)
Public methodEvalJSString
Evaluates the item data, encodes it to be used in javascript code and encapsulates it with "'".
(Inherited from AbstractCMSPage.)
Public methodEvalText
Evaluates the item data and encodes it. Method should be used for columns with string nonhtml content.
(Inherited from AbstractCMSPage.)
Public methodOnlineExecuteRegisteredAsyncTasks
Starts the execution of an asynchronous task.
(Inherited from OnlinePage.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineFindControl(String)
Searches the page naming container for a server control with the specified identifier.
(Inherited from OnlinePage.)
Protected methodOnlineFindControl(String, Int32)
Searches the current naming container for a server control with the specified id and an integer, specified in the pathOffset parameter, which aids in the search. You should not override this version of the OnlineFindControl  method.
(Inherited from OnlineControl.)
Public methodOnlineFocus
Sets input focus to a control.
(Inherited from OnlineControl.)
Protected methodOnlineFrameworkInitialize
Initializes the control tree during page generation based on the declarative nature of the page.
(Inherited from OnlinePage.)
Public methodOnlineGetDataItem
Gets the data item at the top of the data-binding context stack.
(Inherited from OnlinePage.)
Protected methodOnlineGetDesignModeState
Gets design-time data for a control.
(Inherited from OnlineControl.)
Protected methodGetDocumentManagerContainer
Gets document manager container
(Overrides AbstractCMSPage GetDocumentManagerContainer .)
Protected methodOnlineGetGlobalResourceObject(String, String)
Gets an application-level resource object based on the specified OnlineClassKey and OnlineResourceKey properties.
(Inherited from OnlineTemplateControl.)
Protected methodOnlineGetGlobalResourceObject(String, String, Type, String)
Gets an application-level resource object based on the specified OnlineClassKey and OnlineResourceKey properties, object type, and property name of the resource.
(Inherited from OnlineTemplateControl.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetImageUrl
Gets UI image URL.
(Inherited from AbstractCMSPage.)
Protected methodOnlineGetLocalResourceObject(String)
Gets a page-level resource object based on the specified OnlineResourceKey property.
(Inherited from OnlineTemplateControl.)
Protected methodOnlineGetLocalResourceObject(String, Type, String)
Gets a page-level resource object based on the specified OnlineResourceKey property, object type, and property name.
(Inherited from OnlineTemplateControl.)
Public methodGetObjectIconUrl
Gets the icon for the given object type.
(Inherited from AbstractCMSPage.)
Public methodOnlineGetPostBackClientEventObsolete.
Gets a reference that can be used in a client event to post back to the server for the specified control and with the specified event arguments.
(Inherited from OnlinePage.)
Public methodOnlineGetPostBackClientHyperlinkObsolete.
Gets a reference, with javascript: appended to the beginning of it, that can be used in a client event to post back to the server for the specified control and with the specified event arguments.
(Inherited from OnlinePage.)
Public methodOnlineGetPostBackEventReference(Control)Obsolete.
Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified OnlineControl object.
(Inherited from OnlinePage.)
Public methodOnlineGetPostBackEventReference(Control, String)Obsolete.
Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified control that handles the postback and a string argument of additional event information.
(Inherited from OnlinePage.)
Public methodOnlineGetRouteUrl(Object)
Gets the URL that corresponds to a set of route parameters.
(Inherited from OnlineControl.)
Public methodOnlineGetRouteUrl(RouteValueDictionary)
Gets the URL that corresponds to a set of route parameters.
(Inherited from OnlineControl.)
Public methodOnlineGetRouteUrl(String, Object)
Gets the URL that corresponds to a set of route parameters and a route name.
(Inherited from OnlineControl.)
Public methodOnlineGetRouteUrl(String, RouteValueDictionary)
Gets the URL that corresponds to a set of route parameters and a route name.
(Inherited from OnlineControl.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineGetTypeHashCode
Retrieves a hash code that is generated by OnlinePage objects that are generated at run time. This hash code is unique to the OnlinePage object's control hierarchy.
(Inherited from OnlinePage.)
Public methodOnlineGetUniqueIDRelativeTo
Returns the prefixed portion of the OnlineUniqueID property of the specified control.
(Inherited from OnlineControl.)
Public methodOnlineGetValidators
Returns a collection of control validators for a specified validation group.
(Inherited from OnlinePage.)
Protected methodOnlineGetWrappedFileDependencies
Returns a list of physical file names that correspond to a list of virtual file locations.
(Inherited from OnlinePage.)
Public methodOnlineHasControls
Determines if the server control contains any child controls.
(Inherited from OnlineControl.)
Protected methodOnlineHasEvents
Returns a value indicating whether events are registered for the control or any child controls.
(Inherited from OnlineControl.)
Public methodInitDebug
Initializes the debug controls.
(Inherited from AbstractCMSPage.)
Public methodInitDevTools
Initializes the Dev tools menu
(Inherited from AbstractCMSPage.)
Protected methodOnlineInitializeCulture
Sets the OnlineCulture and OnlineUICulture for the current thread of the page.
(Inherited from OnlinePage.)
Protected methodOnlineInitOutputCache(OutputCacheParameters)
Initializes the output cache for the current page request based on an OnlineOutputCacheParameters object.
(Inherited from OnlinePage.)
Protected methodOnlineInitOutputCache(Int32, String, String, OutputCacheLocation, String)
Initializes the output cache for the current page request.
(Inherited from OnlinePage.)
Protected methodOnlineInitOutputCache(Int32, String, String, String, OutputCacheLocation, String)
Initializes the output cache for the current page request.
(Inherited from OnlinePage.)
Public methodOnlineIsClientScriptBlockRegisteredObsolete.
Determines whether the client script block with the specified key is registered with the page.
(Inherited from OnlinePage.)
Protected methodOnlineIsLiteralContent
Determines if the server control holds only literal content.
(Inherited from OnlineControl.)
Public methodOnlineIsStartupScriptRegisteredObsolete.
Determines whether the client startup script is registered with the OnlinePage object.
(Inherited from OnlinePage.)
Protected methodLoadContextHelp
Loads application description and help topics with respect to current UI context. Does nothing when context help not enabled or not on standard page.
(Inherited from AbstractCMSPage.)
Public methodOnlineLoadControl(String)
Loads a OnlineControl object from a file based on a specified virtual path.
(Inherited from OnlineTemplateControl.)
Public methodOnlineLoadControl(Type,  Object )
Loads a OnlineControl object based on a specified type and constructor parameters.
(Inherited from OnlineTemplateControl.)
Protected methodOnlineLoadControlState
Restores control-state information from a previous page request that was saved by the OnlineSaveControlState  method.
(Inherited from OnlineControl.)
Protected methodOnlineLoadPageStateFromPersistenceMedium
Loads any saved view-state information to the OnlinePage object.
(Inherited from OnlinePage.)
Public methodOnlineLoadTemplate
Obtains an instance of the OnlineITemplate interface from an external file.
(Inherited from OnlineTemplateControl.)
Public methodLoadUserControl
Loads the user control based on the given path
(Inherited from AbstractCMSPage.)
Protected methodOnlineLoadViewState
Restores view-state information from a previous page request that was saved by the OnlineSaveViewState  method.
(Inherited from OnlineControl.)
Public methodLogAndShowError
Logs the exception and displays a general error message
(Inherited from AbstractCMSPage.)
Public methodOnlineMapPath
Retrieves the physical path that a virtual path, either absolute or relative, or an application-relative path maps to.
(Inherited from OnlinePage.)
Protected methodOnlineMapPathSecure
Retrieves the physical path that a virtual path, either absolute or relative, maps to.
(Inherited from OnlineControl.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineOnAbortTransaction
Raises the OnlineAbortTransaction event.
(Inherited from OnlineTemplateControl.)
Protected methodOnlineOnBubbleEvent
Determines whether the event for the server control is passed up the page's UI server control hierarchy.
(Inherited from OnlineControl.)
Protected methodOnlineOnCommitTransaction
Raises the OnlineCommitTransaction event.
(Inherited from OnlineTemplateControl.)
Protected methodOnlineOnDataBinding
Raises the OnlineDataBinding event.
(Inherited from OnlineControl.)
Protected methodOnlineOnError
Raises the OnlineError event.
(Inherited from OnlineTemplateControl.)
Protected methodOnInit
Init event handler.
(Overrides AbstractCMSPage OnInit(EventArgs).)
Protected methodOnlineOnInitComplete
Raises the OnlineInitComplete event after page initialization.
(Inherited from OnlinePage.)
Protected methodOnLoad
Load event handler.
(Overrides OnlineControl OnLoad(EventArgs).)
Protected methodOnlineOnLoadComplete
Raises the OnlineLoadComplete event at the end of the page load stage.
(Inherited from OnlinePage.)
Protected methodOnPreInit
PreInit event handler.
(Overrides AbstractCMSPage OnPreInit(EventArgs).)
Protected methodOnlineOnPreLoad
Raises the OnlinePreLoad event after postback data is loaded into the page server controls but before the OnlineOnLoad(EventArgs) event.
(Inherited from OnlinePage.)
Protected methodOnPreRender
PreRender event handler.
(Overrides AbstractCMSPage OnPreRender(EventArgs).)
Protected methodOnPreRenderComplete
Raises the PreRenderComplete event after the OnPreRenderComplete event and before the page is rendered.
(Inherited from AbstractCMSPage.)
Protected methodOnlineOnSaveStateComplete
Raises the OnlineSaveStateComplete event after the page state has been saved to the persistence medium.
(Inherited from OnlinePage.)
Protected methodOnUnload
Unload event handler.
(Overrides OnlineControl OnUnload(EventArgs).)
Protected methodOnlineOpenFile
Gets a OnlineStream used to read a file.
(Inherited from OnlineControl.)
Public methodOnlineParseControl(String)
Parses an input string into a OnlineControl object on the Web Forms page or user control.
(Inherited from OnlineTemplateControl.)
Public methodOnlineParseControl(String, Boolean)
Parses an input string into a OnlineControl object on the ASP.NET Web page or user control.
(Inherited from OnlineTemplateControl.)
Public methodOnlineProcessRequest
Sets the intrinsic server objects of the OnlinePage object, such as the OnlineContext, OnlineRequest, OnlineResponse, and OnlineApplication properties.
(Inherited from OnlinePage.)
Protected methodOnlineRaiseBubbleEvent
Assigns any sources of the event and its information to the control's parent.
(Inherited from OnlineControl.)
Protected methodOnlineRaisePostBackEvent
Notifies the server control that caused the postback that it should handle an incoming postback event.
(Inherited from OnlinePage.)
Public methodOnlineReadStringResource
Reads a string resource. The OnlineReadStringResource  method is not intended for use from within your code.
(Inherited from OnlineTemplateControl.)
Public methodOnlineRegisterArrayDeclarationObsolete.
Declares a value that is declared as an ECMAScript array declaration when the page is rendered.
(Inherited from OnlinePage.)
Public methodOnlineRegisterAsyncTask
Registers a new asynchronous task with the page.
(Inherited from OnlinePage.)
Public methodRegisterBodyModifyingScript
Registers script that modified body element. (For IE7,8 compatibility reasons. See KB927917 for more information.)
(Inherited from AbstractCMSPage.)
Public methodOnlineRegisterClientScriptBlockObsolete.
Emits client-side script blocks to the response.
(Inherited from OnlinePage.)
Protected methodRegisterContextHelpScript
Registers script which passes application description and help topics to UI. If applicationName is null or empty, no application context is assumed (and applicationDescriptionUrl, applicationHelpTopics is not used).
(Inherited from AbstractCMSPage.)
Public methodOnlineRegisterHiddenFieldObsolete.
Allows server controls to automatically register a hidden field on the form. The field will be sent to the OnlinePage object when the OnlineHtmlForm server control is rendered.
(Inherited from OnlinePage.)
Public methodOnlineRegisterOnSubmitStatementObsolete.
Allows a page to access the client OnSubmit event. The script should be a function call to client code registered elsewhere.
(Inherited from OnlinePage.)
Public methodOnlineRegisterRequiresControlState
Registers a control as one whose control state must be persisted.
(Inherited from OnlinePage.)
Public methodOnlineRegisterRequiresPostBack
Registers a control as one that requires postback handling when the page is posted back to the server.
(Inherited from OnlinePage.)
Public methodOnlineRegisterRequiresRaiseEvent
Registers an ASP.NET server control as one requiring an event to be raised when the control is processed on the OnlinePage object.
(Inherited from OnlinePage.)
Public methodOnlineRegisterRequiresViewStateEncryption
Registers a control with the page as one requiring view-state encryption.
(Inherited from OnlinePage.)
Public methodOnlineRegisterStartupScriptObsolete.
Emits a client-side script block in the page response.
(Inherited from OnlinePage.)
Public methodOnlineRegisterViewStateHandler
Causes page view state to be persisted, if called.
(Inherited from OnlinePage.)
Protected methodOnlineRemovedControl
Called after a child control is removed from the OnlineControls collection of the OnlineControl object.
(Inherited from OnlineControl.)
Protected methodRender
Render event handler.
(Overrides OnlinePage Render(HtmlTextWriter).)
Public methodOnlineRenderControl(HtmlTextWriter)
Outputs server control content to a provided OnlineHtmlTextWriter object and stores tracing information about the control if tracing is enabled.
(Inherited from OnlineControl.)
Protected methodOnlineRenderControl(HtmlTextWriter, ControlAdapter)
Outputs server control content to a provided OnlineHtmlTextWriter object using a provided OnlineControlAdapter object.
(Inherited from OnlineControl.)
Protected methodOnlineRenderChildren
Outputs the content of a server control's children to a provided OnlineHtmlTextWriter object, which writes the content to be rendered on the client.
(Inherited from OnlineControl.)
Public methodOnlineRequiresControlState
Determines whether the specified OnlineControl object is registered to participate in control state management.
(Inherited from OnlinePage.)
Protected methodOnlineResolveAdapter
Gets the control adapter responsible for rendering the specified control.
(Inherited from OnlineControl.)
Public methodOnlineResolveClientUrl
Gets a URL that can be used by the browser.
(Inherited from OnlineControl.)
Public methodResolveUrl
Resolves the given URL
(Inherited from AbstractCMSPage.)
Protected methodOnlineSaveControlState
Saves any server control state changes that have occurred since the time the page was posted back to the server.
(Inherited from OnlineControl.)
Protected methodOnlineSavePageStateToPersistenceMedium
Saves any view-state and control-state information for the page.
(Inherited from OnlinePage.)
Protected methodOnlineSaveViewState
Saves any server control view-state changes that have occurred since the time the page was posted back to the server.
(Inherited from OnlineControl.)
Protected methodOnlineSetDesignModeState
Sets design-time data for a control.
(Inherited from OnlineControl.)
Public methodOnlineSetFocus(Control)
Sets the browser focus to the specified control.
(Inherited from OnlinePage.)
Public methodOnlineSetFocus(String)
Sets the browser focus to the control with the specified identifier.
(Inherited from OnlinePage.)
Protected methodSetFormAction
Sets the form action for current page if was rewritten by URL rewriter
(Inherited from AbstractCMSPage.)
Public methodOnlineSetRenderMethodDelegate
Assigns an event handler delegate to render the server control and its content into its parent control.
(Inherited from OnlineControl.)
Protected methodOnlineSetStringResourcePointer
Sets a pointer to a string resource. The OnlineSetStringResourcePointer(Object, Int32) method is used by generated classes and is not intended for use from within your code.
(Inherited from OnlineTemplateControl.)
Public methodShowConfirmation
Shows the general confirmation message.
(Inherited from AbstractCMSPage.)
Public methodShowError
Shows the specified error message, optionally with a tooltip text.
(Inherited from AbstractCMSPage.)
Public methodShowChangesSaved
Shows the general changes saved message.
(Inherited from AbstractCMSPage.)
Public methodShowInformation
Shows the given information on the page, optionally with a tooltip text.
(Inherited from AbstractCMSPage.)
Public methodShowMessage
Shows the specified message, optionally with a tooltip text and description.
(Inherited from AbstractCMSPage.)
Public methodShowWarning
Shows the specified warning message, optionally with a tooltip text.
(Inherited from AbstractCMSPage.)
Public methodOnlineTestDeviceFilter
Returns a Boolean value indicating whether a device filter applies to the HTTP request.
(Inherited from OnlineTemplateControl.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Protected methodOnlineTrackViewState
Causes tracking of view-state changes to the server control so they can be stored in the server control's OnlineStateBag object. This object is accessible through the OnlineViewState property.
(Inherited from OnlineControl.)
Public methodOnlineUnregisterRequiresControlState
Stops persistence of control state for the specified control.
(Inherited from OnlinePage.)
Public methodOnlineValidate 
Instructs any validation controls included on the page to validate their assigned information.
(Inherited from OnlinePage.)
Public methodOnlineValidate(String)
Instructs the validation controls in the specified validation group to validate their assigned information.
(Inherited from OnlinePage.)
Public methodOnlineVerifyRenderingInServerForm
Confirms that an OnlineHtmlForm control is rendered for the specified ASP.NET server control at run time.
(Inherited from OnlinePage.)
Protected methodOnlineWriteUTF8ResourceString
Writes a resource string to an OnlineHtmlTextWriter control. The OnlineWriteUTF8ResourceString(HtmlTextWriter, Int32, Int32, Boolean) method is used by generated classes and is not intended for use from within your code.
(Inherited from OnlineTemplateControl.)
Protected methodOnlineXPath(String)
Evaluates an XPath data-binding expression.
(Inherited from OnlineTemplateControl.)
Protected methodOnlineXPath(String, IXmlNamespaceResolver)
Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution.
(Inherited from OnlineTemplateControl.)
Protected methodOnlineXPath(String, String)
Evaluates an XPath data-binding expression using the specified format string to display the result.
(Inherited from OnlineTemplateControl.)
Protected methodOnlineXPath(String, String, IXmlNamespaceResolver)
Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and the specified format string to display the result.
(Inherited from OnlineTemplateControl.)
Protected methodOnlineXPathSelect(String)
Evaluates an XPath data-binding expression and returns a node collection that implements the OnlineIEnumerable interface.
(Inherited from OnlineTemplateControl.)
Protected methodOnlineXPathSelect(String, IXmlNamespaceResolver)
Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and returns a node collection that implements the OnlineIEnumerable interface.
(Inherited from OnlineTemplateControl.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodCallHandled
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page. Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodLoadUserControl
Loads the user control based on the given path
(Defined by ControlsExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Fields

  NameDescription
Protected fieldmContextMenuContainer
Container control for the context menus.
(Inherited from AbstractCMSPage.)
Protected fieldmDocumentBase
Document base.
Protected fieldmDocumentManager
Document manager control.
(Inherited from AbstractCMSPage.)
Protected fieldmFootersContainer
Container control for the page footers.
(Inherited from AbstractCMSPage.)
Protected fieldmHeaderActions
Header actions
(Inherited from AbstractCMSPage.)
Protected fieldmLogsContainer
Container control for the log controls.
(Inherited from AbstractCMSPage.)
Protected fieldmManagersContainer
Container control for the page managers.
(Inherited from AbstractCMSPage.)
Protected fieldmScriptManagerControl
Script manager control.
(Inherited from AbstractCMSPage.)
Back to Top
Properties

  NameDescription
Protected propertyOnlineAdapter
Gets the browser-specific adapter for the control.
(Inherited from OnlineControl.)
Public propertyAfterFormPlaceHolder
Gets placeholder located after form element.
(Inherited from AbstractCMSPage.)
Public propertyOnlineApplication
Gets the OnlineHttpApplicationState object for the current Web request.
(Inherited from OnlinePage.)
Public propertyOnlineAppRelativeTemplateSourceDirectory
Gets or sets the application-relative virtual directory of the OnlinePage or OnlineUserControl object that contains this control.
(Inherited from OnlineControl.)
Public propertyOnlineAppRelativeVirtualPath
Gets or sets the application-relative, virtual directory path to the file from which the control is parsed and compiled.
(Inherited from OnlineTemplateControl.)
Protected propertyOnlineAspCompatMode
Sets a value indicating whether the page can be executed on a single-threaded apartment (STA) thread.
(Inherited from OnlinePage.)
Protected propertyOnlineAsyncMode
Sets a value indicating whether the page is processed synchronously or asynchronously.
(Inherited from OnlinePage.)
Public propertyOnlineAsyncTimeout
Gets or sets a value indicating the time-out interval used when processing asynchronous tasks.
(Inherited from OnlinePage.)
Protected propertyOnlineAutoHandlersObsolete.
The OnlineAutoHandlers property has been deprecated in ASP.NET NET 2.0. It is used by generated classes and is not intended for use within your code.
(Inherited from OnlineTemplateControl.)
Public propertyOnlineAutoPostBackControl
Gets or sets the control in the page that is used to perform postbacks.
(Inherited from OnlinePage.)
Public propertyOnlineBindingContainer
Gets the control that contains this control's data binding.
(Inherited from OnlineControl.)
Public propertyBodyClass
Body class.
Public propertyBodyParameters
Body parameters.
Public propertyOnlineBuffer
Sets a value indicating whether the page output is buffered.
(Inherited from OnlinePage.)
Public propertyOnlineCache
Gets the OnlineCache object associated with the application in which the page resides.
(Inherited from OnlinePage.)
Public propertyOnlineClientID
Gets the control ID for HTML markup that is generated by ASP.NET.
(Inherited from OnlineControl.)
Public propertyOnlineClientIDMode
Gets or sets the algorithm that is used to generate the value of the OnlineClientID property.
(Inherited from OnlineControl.)
Protected propertyOnlineClientIDSeparator
Gets a character value representing the separator character used in the OnlineClientID property.
(Inherited from OnlineControl.)
Public propertyOnlineClientQueryString
Gets the query string portion of the requested URL.
(Inherited from OnlinePage.)
Public propertyOnlineClientScript
Gets a OnlineClientScriptManager object used to manage, register, and add script to the page.
(Inherited from OnlinePage.)
Public propertyOnlineClientTarget
Gets or sets a value that allows you to override automatic detection of browser capabilities and to specify how a page is rendered for particular browser clients.
(Inherited from OnlinePage.)
Public propertyOnlineCodePage
Sets the code page identifier for the current OnlinePage.
(Inherited from OnlinePage.)
Public propertyOnlineContentType
Sets the HTTP MIME type for the OnlineHttpResponse object associated with the page.
(Inherited from OnlinePage.)
Protected propertyOnlineContext
Gets the OnlineHttpContext object associated with the page.
(Inherited from OnlinePage.)
Public propertyContextMenuContainer
Container control for the context menus.
(Inherited from AbstractCMSPage.)
Public propertyOnlineControls
Gets a OnlineControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
(Inherited from OnlineControl.)
Public propertyCssFile
Css file.
Public propertyOnlineCulture
Sets the culture ID for the OnlineThread object associated with the page.
(Inherited from OnlinePage.)
Public propertyCultureCode
Gets culture code of current document initialized from query string.
(Inherited from AbstractCMSPage.)
Public propertyCurrentPage
Current page info.
Public propertyCurrentSite
Current site.
Public propertyCurrentUser
Current user.
Public propertyCurrentUseXUACompatible
If true, X-UA-Compatible header will be added to the page.
(Inherited from AbstractCMSPage.)
Public propertyOnlineDataItemContainer
Gets a reference to the naming container if the naming container implements OnlineIDataItemContainer.
(Inherited from OnlineControl.)
Public propertyOnlineDataKeysContainer
Gets a reference to the naming container if the naming container implements OnlineIDataKeysControl.
(Inherited from OnlineControl.)
Public propertyDescription
Description.
Protected propertyOnlineDesignMode
Gets a value indicating whether a control is being used on a design surface.
(Inherited from OnlineControl.)
Public propertyDocType
DocType.
Public propertyDocumentBase
Document base.
Public propertyDocumentID
Gets document ID of current document initialized from query string.
(Inherited from AbstractCMSPage.)
Public propertyDocumentManager
Document manager control.
(Inherited from AbstractCMSPage.)
Protected propertyEnableContextHelp
Tells you whether context help script generation into page is enabled.
(Inherited from AbstractCMSPage.)
Public propertyOnlineEnableEventValidation
Gets or sets a value indicating whether the page validates postback and callback events.
(Inherited from OnlinePage.)
Public propertyOnlineEnableTheming
Gets or sets a Boolean value indicating whether themes apply to the control that is derived from the OnlineTemplateControl class.
(Inherited from OnlineTemplateControl.)
Public propertyOnlineEnableViewState
Gets or sets a value indicating whether the page maintains its view state, and the view state of any server controls it contains, when the current page request ends.
(Inherited from OnlinePage.)
Public propertyOnlineEnableViewStateMac
Gets or sets a value indicating whether ASP.NET should check message authentication codes (MAC) in the page's view state when the page is posted back from the client.
(Inherited from OnlinePage.)
Protected propertyEnsureDocumentManager
Indicates if document manager should be ensured
(Inherited from AbstractCMSPage.)
Public propertyEnsurePreferredCulture
Indicates if content preferred culture should be ensured.
(Inherited from AbstractCMSPage.)
Public propertyOnlineErrorPage
Gets or sets the error page to which the requesting browser is redirected in the event of an unhandled page exception.
(Inherited from OnlinePage.)
Protected propertyOnlineEvents
Gets a list of event handler delegates for the control. This property is read-only.
(Inherited from OnlineControl.)
Public propertyExtendedTags
Extended tags.
Protected propertyOnlineFileDependenciesObsolete.
Sets an array of files that the current OnlineHttpResponse object is dependent upon.
(Inherited from OnlinePage.)
Public propertyFooterContainer
Container control for the page footers.
(Inherited from AbstractCMSPage.)
Public propertyOnlineForm
Gets the HTML form for the page.
(Inherited from OnlinePage.)
Protected propertyOnlineHasChildViewState
Gets a value indicating whether the current server control's child controls have any saved view-state settings.
(Inherited from OnlineControl.)
Public propertyOnlineHeader
Gets the document header for the page if the head element is defined with a runat=server in the page declaration.
(Inherited from OnlinePage.)
Public propertyHeaderActions
Local header actions
(Inherited from AbstractCMSPage.)
Public propertyHeaderTags
Header tags.
Protected propertyOnlineChildControlsCreated
Gets a value that indicates whether the server control's child controls have been created.
(Inherited from OnlineControl.)
Public propertyOnlineID
Gets or sets an identifier for a particular instance of the OnlinePage class.
(Inherited from OnlinePage.)
Public propertyOnlineIdSeparator
Gets the character used to separate control identifiers when building a unique ID for a control on a page.
(Inherited from OnlinePage.)
Public propertyOnlineIsAsync
Gets a value indicating whether the page is processed asynchronously.
(Inherited from OnlinePage.)
Public propertyOnlineIsCallback
Gets a value that indicates whether the page request is the result of a callback.
(Inherited from OnlinePage.)
Public propertyIsCMSDesk
Determines whether the current page is located under the CMS Desk.
(Inherited from AbstractCMSPage.)
Public propertyOnlineIsCrossPagePostBack
Gets a value indicating whether the page is involved in a cross-page postback.
(Inherited from OnlinePage.)
Public propertyIsDialog
Indicates whether page is a dialog. False by default.
(Inherited from AbstractCMSPage.)
Protected propertyOnlineIsChildControlStateCleared
Gets a value indicating whether controls contained within this control have control state.
(Inherited from OnlineControl.)
Public propertyOnlineIsPostBack
Gets a value that indicates whether the page is being rendered for the first time or is being loaded in response to a postback.
(Inherited from OnlinePage.)
Public propertyOnlineIsPostBackEventControlRegistered
Gets a value that indicates whether the control in the page that performs postbacks has been registered.
(Inherited from OnlinePage.)
Public propertyOnlineIsReusable
Gets a value indicating whether the OnlinePage object can be reused.
(Inherited from OnlinePage.)
Public propertyIsRootDialog
Indicates whether page is root dialog (top dialog page with header and footer)
(Inherited from AbstractCMSPage.)
Protected propertyIsStandardPage
If true, the page is a UI page
(Inherited from AbstractCMSPage.)
Protected propertyOnlineIsTrackingViewState
Gets a value that indicates whether the server control is saving changes to its view state.
(Inherited from OnlineControl.)
Public propertyOnlineIsValid
Gets a value indicating whether page validation succeeded.
(Inherited from OnlinePage.)
Protected propertyOnlineIsViewStateEnabled
Gets a value indicating whether view state is enabled for this control.
(Inherited from OnlineControl.)
Public propertyOnlineItems
Gets a list of objects stored in the page context.
(Inherited from OnlinePage.)
Public propertyKeyWords
Key words.
Public propertyOnlineLCID
Sets the locale identifier for the OnlineThread object associated with the page.
(Inherited from OnlinePage.)
Protected propertyOnlineLoadViewStateByID
Gets a value indicating whether the control participates in loading its view state by OnlineID instead of index.
(Inherited from OnlineControl.)
Public propertyLogsContainer
Container control for the log controls.
(Inherited from AbstractCMSPage.)
Public propertyOnlineMaintainScrollPositionOnPostBack
Gets or sets a value indicating whether to return the user to the same position in the client browser after postback. This property replaces the obsolete OnlineSmartNavigation property.
(Inherited from OnlinePage.)
Public propertyManagersContainer
Container control for the page managers.
(Inherited from AbstractCMSPage.)
Public propertyOnlineMaster
Gets the master page that determines the overall look of the page.
(Inherited from OnlinePage.)
Public propertyOnlineMasterPageFile
Gets or sets the virtual path of the master page.
(Inherited from OnlinePage.)
Public propertyOnlineMaxPageStateFieldLength
Gets or sets the maximum length for the page's state field.
(Inherited from OnlinePage.)
Public propertyMessagesPlaceHolder
Local page messages placeholder
(Inherited from AbstractCMSPage.)
Public propertyOnlineMetaDescription
Gets or sets the content of the "description" meta element.
(Inherited from OnlinePage.)
Public propertyOnlineMetaKeywords
Gets or sets the content of the "keywords" meta element.
(Inherited from OnlinePage.)
Public propertyOnlineNamingContainer
Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same OnlineID property value.
(Inherited from OnlineControl.)
Public propertyNodeID
Gets node ID of current document initialized from query string.
(Inherited from AbstractCMSPage.)
Public propertyOnlinePage
Gets a reference to the OnlinePage instance that contains the server control.
(Inherited from OnlineControl.)
Public propertyOnlinePageAdapter
Gets the adapter that renders the page for the specific requesting browser.
(Inherited from OnlinePage.)
Public propertyPageManager
Page manager.
Protected propertyOnlinePageStatePersister
Gets the OnlinePageStatePersister object associated with the page.
(Inherited from OnlinePage.)
Public propertyPageTitle
Title.
Public propertyOnlineParent
Gets a reference to the server control's parent control in the page control hierarchy.
(Inherited from OnlineControl.)
Public propertyOnlinePreviousPage
Gets the page that transferred control to the current page.
(Inherited from OnlinePage.)
Protected propertyRegisterGlobalHotKeyScript
Gets or sets the value that indicates whether global hotkey script should be registered
(Inherited from AbstractCMSPage.)
Public propertyOnlineRenderingCompatibility
Gets a value that specifies the ASP.NET version that rendered HTML will be compatible with.
(Inherited from OnlineControl.)
Public propertyOnlineRequest
Gets the OnlineHttpRequest object for the requested page.
(Inherited from OnlinePage.)
Public propertyOnlineResponse
Gets the OnlineHttpResponse object associated with the OnlinePage object. This object allows you to send HTTP response data to a client and contains information about that response.
(Inherited from OnlinePage.)
Public propertyOnlineResponseEncoding
Sets the encoding language for the current OnlineHttpResponse object.
(Inherited from OnlinePage.)
Public propertyOnlineRouteData
Gets the OnlineRouteData value of the current OnlineRequestContext instance.
(Inherited from OnlinePage.)
Public propertyScriptManagerControl
Script manager control.
(Inherited from AbstractCMSPage.)
Public propertyOnlineServer
Gets the Server object, which is an instance of the OnlineHttpServerUtility class.
(Inherited from OnlinePage.)
Public propertyOnlineSession
Gets the current Session object provided by ASP.NET.
(Inherited from OnlinePage.)
Public propertyOnlineSite
Gets information about the container that hosts the current control when rendered on a design surface.
(Inherited from OnlineControl.)
Public propertyOnlineSkinID
Gets or sets the skin to apply to the control.
(Inherited from OnlineControl.)
Public propertyOnlineSmartNavigationObsolete.
Gets or sets a value indicating whether smart navigation is enabled. This property is deprecated.
(Inherited from OnlinePage.)
Public propertyOnlineStyleSheetTheme
Gets or sets the name of the theme that is applied to the page early in the page life cycle.
(Inherited from OnlinePage.)
Protected propertyOnlineSupportAutoEvents
Gets a value indicating whether the OnlineTemplateControl control supports automatic events.
(Inherited from OnlineTemplateControl.)
Public propertyTabMode
Indicates if the page is in tab mode.
(Inherited from AbstractCMSPage.)
Public propertyOnlineTemplateControl
Gets or sets a reference to the template that contains this control.
(Inherited from OnlineControl.)
Public propertyOnlineTemplateSourceDirectory
Gets the virtual directory of the OnlinePage or OnlineUserControl that contains the current server control.
(Inherited from OnlineControl.)
Public propertyOnlineTheme
Gets or sets the name of the page theme.
(Inherited from OnlinePage.)
Public propertyOnlineTitle
Gets or sets the title for the page.
(Inherited from OnlinePage.)
Public propertyOnlineTrace
Gets the OnlineTraceContext object for the current Web request.
(Inherited from OnlinePage.)
Public propertyOnlineTraceEnabled
Sets a value indicating whether tracing is enabled for the OnlinePage object.
(Inherited from OnlinePage.)
Public propertyOnlineTraceModeValue
Sets the mode in which trace statements are displayed on the page.
(Inherited from OnlinePage.)
Protected propertyOnlineTransactionMode
Sets the level of transaction support for the page.
(Inherited from OnlinePage.)
Public propertyTree
Tree provider object.
(Inherited from AbstractCMSPage.)
Public propertyUIContext
Page's UI context
(Inherited from AbstractCMSPage.)
Public propertyOnlineUICulture
Sets the user interface (UI) ID for the OnlineThread object associated with the page.
(Inherited from OnlinePage.)
Protected propertyOnlineUniqueFilePathSuffix
Gets a unique suffix to append to the file path for caching browsers.
(Inherited from OnlinePage.)
Public propertyOnlineUniqueID
Gets the unique, hierarchically qualified identifier for the server control.
(Inherited from OnlineControl.)
Public propertyOnlineUser
Gets information about the user making the page request.
(Inherited from OnlinePage.)
Public propertyUseViewStateUserKey
If true, ViewStateUserKey is used.
(Inherited from AbstractCMSPage.)
Public propertyOnlineValidators
Gets a collection of all validation controls contained on the requested page.
(Inherited from OnlinePage.)
Protected propertyOnlineViewState
Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page.
(Inherited from OnlineControl.)
Public propertyOnlineViewStateEncryptionMode
Gets or sets the encryption mode of the view state.
(Inherited from OnlinePage.)
Protected propertyOnlineViewStateIgnoresCase
Gets a value that indicates whether the OnlineStateBag object is case-insensitive.
(Inherited from OnlineControl.)
Public propertyOnlineViewStateMode
Gets or sets the view-state mode of this control.
(Inherited from OnlineControl.)
Public propertyOnlineViewStateUserKey
Assigns an identifier to an individual user in the view-state variable associated with the current page.
(Inherited from OnlinePage.)
Public propertyOnlineVisible
Gets or sets a value indicating whether the OnlinePage object is rendered.
(Inherited from OnlinePage.)
Public propertyXmlNamespace
Additional XML namespace to HTML tag.
Back to Top
Events

  NameDescription
Public eventOnlineAbortTransaction
Occurs when a user ends a transaction.
(Inherited from OnlineTemplateControl.)
Public eventOnlineCommitTransaction
Occurs when a transaction completes.
(Inherited from OnlineTemplateControl.)
Public eventOnlineDataBinding
Occurs when the server control binds to a data source.
(Inherited from OnlineControl.)
Public eventOnlineDisposed
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
(Inherited from OnlineControl.)
Public eventOnlineError
Occurs when an unhandled exception is thrown.
(Inherited from OnlineTemplateControl.)
Public eventOnlineInit
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from OnlineControl.)
Public eventOnlineInitComplete
Occurs when page initialization is complete.
(Inherited from OnlinePage.)
Public eventOnlineLoad
Occurs when the server control is loaded into the OnlinePage object.
(Inherited from OnlineControl.)
Public eventOnlineLoadComplete
Occurs at the end of the load stage of the page's life cycle.
(Inherited from OnlinePage.)
Public eventOnlinePreInit
Occurs at the beginning of page initialization.
(Inherited from OnlinePage.)
Public eventOnlinePreLoad
Occurs before the page OnlineLoad event.
(Inherited from OnlinePage.)
Public eventOnlinePreRender
Occurs after the OnlineControl object is loaded but prior to rendering.
(Inherited from OnlineControl.)
Public eventOnlinePreRenderComplete
Occurs before the page content is rendered.
(Inherited from OnlinePage.)
Public eventOnlineSaveStateComplete
Occurs after the page has completed saving all view state and control state information for the page and controls on the page.
(Inherited from OnlinePage.)
Public eventOnlineUnload
Occurs when the server control is unloaded from memory.
(Inherited from OnlineControl.)
Back to Top
See Also